diff options
Diffstat (limited to 'config/waagent.logrotate')
-rw-r--r-- | config/waagent.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/waagent.logrotate b/config/waagent.logrotate new file mode 100644 index 0000000..7ce0522 --- /dev/null +++ b/config/waagent.logrotate @@ -0,0 +1,7 @@ +/var/log/waagent.log { + compress + monthly + rotate 6 + notifempty + missingok +} |