You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/02/16 16:18:09 UTC

[GitHub] Slair1 commented on issue #2094: Agent logrotation

Slair1 commented on issue #2094: Agent logrotation
URL: https://github.com/apache/cloudstack/pull/2094#issuecomment-366281898
 
 
   @rhtyd Is there a bug in the PR?  on our KVM server, our logrotate is as below.  isn't `@AGENTLOG@ ` supposed to re replaced with file names?
   
   ```
   @AGENTLOG@
   /var/log/cloudstack/agent/security_group.log
   {
       copytruncate
       daily
       rotate 5
       compress
       missingok
   }
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services