Re: [Tutor] Logging in Linux

2007-10-24 Thread Noufal Ibrahim
wormwood_3 wrote: > Now, what I would like to do is instead send this output to one or > more of the standard linux log files. First though, I am wondering, what > is the standard procedure in a case like this? You can either have a config file to specify a log area or use syslog to do the logg

[Tutor] Logging in Linux

2007-10-23 Thread wormwood_3
Hello tutors, I have become familiar with the basic use of the logging module. I have a program that prints out warning messages as well as info messages as it runs, merely dumping them into stdout. When I make such a script into a cron job, I simply redirect this output to /dev/null. Now, wha