Commit 8d06c91c authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.6.1 updated default logrotate config

notifempty    don't rotate if log file is empty
compress      compress rotated file
delaycompress compress on next rotation cycle
parent af9a3b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "1.6.0"
(defproject python/lein-template "1.6.1"
  :description "lein template for a python project"
  :url "https://gitlab.emacsos.com/sylecn/python-project-template"
  :license {:name "Apache License 2.0"
+3 −0
Original line number Diff line number Diff line
@@ -4,4 +4,7 @@
    copytruncate
    dateext
    missingok
    notifempty
    compress
    delaycompress
}