Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/templates/logrotate.erb

Issue 29329593: Issue 2772 - Establish log rotation for Trac logs (Closed)
Patch Set: Created Nov. 2, 2015, 11:31 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/trac/manifests/init.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /home/trac/<%= @environment %>/log/trac.log {
2 daily
3 rotate 30
4 compress
5 missingok
6 nodateext
7 }
8
OLDNEW
« no previous file with comments | « modules/trac/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld