diff uwsgi.logrotate @ 0:9668c317e887

Initial revision
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Wed, 10 Jul 2013 19:23:16 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsgi.logrotate	Wed Jul 10 19:23:16 2013 +0200
@@ -0,0 +1,5 @@
+/var/log/uwsgi.log {
+    copytruncate
+    missingok
+    notifempty
+}