Skip to content

Commit

Permalink
1498 - logrotate for /var/log/pulp/*.log
Browse files Browse the repository at this point in the history
Adds a logrotate configuration for Pulp services.

closes #1498
  • Loading branch information
pronix authored and jeremycline committed Jul 20, 2016
1 parent cb8ba62 commit 6998f44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -43,3 +43,4 @@ Chris St. Pierre (chris.a.st.pierre@gmail.com)
Florian Weimer (fw@deneb.enyo.de)
Adam Young (ayoung@redhat.com)
Lukas Zapletal (lzap+git@redhat.com)
Dmitry Vasilets (pronix.service@gmail.com)
8 changes: 8 additions & 0 deletions server/etc/logrotate.d/pulp
@@ -0,0 +1,8 @@
/var/log/pulp/*log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
}

0 comments on commit 6998f44

Please sign in to comment.