On Thu, Oct 15, 2009 at 2:09 AM, Jaume Sabater <[email protected]> wrote:
> Is there a way to tell the beanstalk daemon to log its output to a
> specific log file, for instance /var/log/beanstalkd.log (provided it
> has the right permissions)? Can beanstalkd use a logging daemon the
> classic UNIX way, such as syslogd or similar?

You could use something like daemontools for this, but there is
nothing built in to beanstalkd. In particular, using the -d option
will always make the output vanish. This is partially because the
traditional unix logging facilities are quite slow.

See http://cr.yp.to/daemontools.html and especially
http://cr.yp.to/daemontools/faq/create.html#runlog for some
instructions.

kr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to