[Pkg-mongodb-maintainers] [pkg-mongodb] 189/394: added logrotate for mongodb-server

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 897a0361d992c09710c3c772c2687f7a7815612e
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Mon Jan 16 10:47:16 2012 +0100

    added logrotate for mongodb-server
---
 debian/changelog                |  6 ++++++
 debian/mongodb-server.logrotate | 10 ++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index caccc84..d7135f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1:2.0.2-2) unstable; urgency=low
+
+  * added logrotate for mongodb-server (Closes: #656065)
+
+ -- Antonin Kral <A.Kral at sh.cvut.cz>  Mon, 16 Jan 2012 10:46:36 +0100
+
 mongodb (1:2.0.2-1) unstable; urgency=low
 
   * New upstream release 2.0.2
diff --git a/debian/mongodb-server.logrotate b/debian/mongodb-server.logrotate
new file mode 100644
index 0000000..6bc7baa
--- /dev/null
+++ b/debian/mongodb-server.logrotate
@@ -0,0 +1,10 @@
+/var/log/mongodb/*.log {
+       weekly
+       rotate 10
+       copytruncate
+       delaycompress
+       compress
+       notifempty
+       missingok
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list