]> git.parisson.com Git - mezzo.git/commitdiff
Change logrotate path, update modules
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 5 Dec 2018 15:21:39 +0000 (16:21 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 5 Dec 2018 15:22:08 +0000 (16:22 +0100)
bin
etc/logrotate.d/app [new file with mode: 0644]
etc/logrotate.d/uwsgi [deleted file]
lib/ircam-www-theme
lib/mezzanine-organization

diff --git a/bin b/bin
index 500a16a0c05445aae1d43eb88dab84f61243011c..ec13357746ce4b22ad9cadddf4dbfb065c0068c9 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 500a16a0c05445aae1d43eb88dab84f61243011c
+Subproject commit ec13357746ce4b22ad9cadddf4dbfb065c0068c9
diff --git a/etc/logrotate.d/app b/etc/logrotate.d/app
new file mode 100644 (file)
index 0000000..d28701d
--- /dev/null
@@ -0,0 +1,9 @@
+%s/var/log/**/*.log {
+  copytruncate
+  daily
+  rotate 7
+  compress
+  delaycompress
+  missingok
+  notifempty
+}
diff --git a/etc/logrotate.d/uwsgi b/etc/logrotate.d/uwsgi
deleted file mode 100644 (file)
index 877cfc5..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-"/var/log/uwsgi/*.log" "/var/log/uwsgi/app/*.log" {
-  copytruncate
-  daily
-  rotate 5
-  compress
-  delaycompress
-  missingok
-  notifempty
-}
index b03ba5d9a1bdc8e6b1c5dac69800ddaa8562e7a9..4af0433ad29007a72c2afd5330b22027aef7cbc7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b03ba5d9a1bdc8e6b1c5dac69800ddaa8562e7a9
+Subproject commit 4af0433ad29007a72c2afd5330b22027aef7cbc7
index 4bccd30e049b43769dac24428833dd551d69b1bb..4d8e45175aa980cbb7f95bef1ff2f172f609eacc 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4bccd30e049b43769dac24428833dd551d69b1bb
+Subproject commit 4d8e45175aa980cbb7f95bef1ff2f172f609eacc