timloo / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

how to log memcahed in custom defined files #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install rpm 
2. using OPTIONS="-vv" in /etc/sysconfig/memcached
3.

What is the expected output? What do you see instead?
the logs related to memacahed are displaying on standard output(screen). I am 
using the rsyslog for logging. What changes in memcached or rsyslog can be done 
to redirect the memcached log in some files ?

What version of the product are you using? On what operating system?
memcached1.4.13

Please provide any additional information below.

Original issue reported on code.google.com by sandip...@gmail.com on 13 Apr 2012 at 7:08

Attachments:

GoogleCodeExporter commented 9 years ago
If you need support please use the mailing list.

You probably want to modify your init scripts to pipe memcached's STDOUT/STDERR 
through the "logger" util, which will go to syslog.

Original comment by dorma...@rydia.net on 21 Apr 2012 at 8:06