The Ubuntu package does not include a logrotate script for memcached. No idea why, but something like this might avoid the error I had yesterday.
As /etc/logrotate.d/memcached
/var/log/memcached.log { daily missingok rotate 10 compress delaycompress notifempty copytruncate }
0 Comments.