- Joined
- Feb 25, 2015
- Messages
- 520
- Points
- 28
I'm running memcached on my CentOS. I installed this using yum which has installed the standard memcached script in /etc/init.d and the configuration file in /etc/sysconfig/memcached:
Everything is working fine with one exception - I can't figure out where is memcached log?. I would like to put the log file in /var/log so that I can monitor Monitor the Memcached servers
Is it possible to achieve this using the base scripts? or any configurations?
Code:
PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="256"
OPTIONS=""
Is it possible to achieve this using the base scripts? or any configurations?