Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Logging messages - is there a better way?

by Perl Mouse (Chaplain)
on Nov 18, 2005 at 12:59 UTC ( [id://509760]=note: print w/replies, xml ) Need Help??


in reply to Logging messages - is there a better way?

I almost always use the syslog service to do my logging. Be it in Perl (using Sys::Syslog, C, (using syslog(3)), or in the shell (using logger(1)). If not, I write to stderr.

I never buildin log mangling/redirection in my program. It's up to the user or admin to determine what to do. About the only option I add is the choice of facility (of which there are, unfortunally, way too few). I dislike all those pesky little programs, each having their own ideas on how to log, creating a twisty little maze of logfiles, all different. Large applications doing tons of logging may create their own log files - think Oracle. For the rest, I'd like to control what is logged (and where) in a central place: /etc/syslog.conf.

Perl --((8:>*
  • Comment on Re: Logging messages - is there a better way?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://509760]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found