summarylogtreecommitdiffstats
path: root/discourse.logrotate
diff options
context:
space:
mode:
authorStefan Tatschner2015-06-09 22:58:50 +0200
committerStefan Tatschner2015-06-09 22:58:50 +0200
commit147947e25d90ec49368a7d12a1fdf2ffaac3fe0a (patch)
tree617cfeedee0fb4bdc3fdcf5c96777a164bc74d28 /discourse.logrotate
downloadaur-147947e25d90ec49368a7d12a1fdf2ffaac3fe0a.tar.gz
Initial import
Diffstat (limited to 'discourse.logrotate')
-rw-r--r--discourse.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/discourse.logrotate b/discourse.logrotate
new file mode 100644
index 000000000000..a3631d159e42
--- /dev/null
+++ b/discourse.logrotate
@@ -0,0 +1,8 @@
+/var/log/discourse/*.log {
+ daily
+ missingok
+ rotate 90
+ compress
+ notifempty
+ copytruncate
+}