Crontab entries are great to periodically execute a command, but lack advanced logging facilities. This article will just highlight a rapid tip to enhance this situation.
The cron service is meant to execute periodically a given task, but it lacks a proper logging facility.
To add a specific unique logging entry, we will use a variable define inside the crontab command line. Here is the content of my command line
LOG=/home/me/log/ PROGDIR=/home/me/bin
22 6 * * 1-7 (…)
Peut-être ...
Mais pour cela il faut recontextualiser le problème, comprendre ce qu’est une protéine, et imaginer quelles méthodes sont mises en jeu ou devraient être développer. Pour expliquer ces concepts, j’ai rédigé un article à destination du grand public.
Dans cet article, j’ai (…)