Package: memcached
Version: 1.1.12-1
Severity: normal
Tags: patch

Hello,

the default logfile /var/log/memcached is not rotated by logrotate,
missing the .log extension. This nearly filled up our /var partition.

Please rename the default logfile name to /var/log/memcached.log or
write a logrotate script in case the deamon needs to be restarted if the
log is rotated.

Best regards
Frederik Schueler

-- 
ENOSIG
diff -ruN memcached-1.1.12/debian/memcached.conf 
memcached-1.1.12a/debian/memcached.conf
--- memcached-1.1.12/debian/memcached.conf      2007-04-05 17:03:21.000000000 
+0200
+++ memcached-1.1.12a/debian/memcached.conf     2007-04-05 17:53:51.000000000 
+0200
@@ -9,7 +9,7 @@
 -d
 
 # Log memcached's output to /var/log/memcached
-logfile /var/log/memcached
+logfile /var/log/memcached.log
 
 # Be verbose
 # -v

Attachment: signature.asc
Description: Digital signature

Reply via email to