Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/1087#issuecomment-160431621
LGTM, tested on CentOS7:
Logrotate is there:
```
[root@cs1 x86_64]# cat /etc/logrotate.d/cloudstack-catalina
/var/log/cloudstack/management/catalina.out {
copytruncate
daily
rotate 14
compress
missingok
create 0644 cloud cloud
}
```
And this folder is missing (expected):
```
ls -la /var/log/cloudstack-management/
ls: cannot access /var/log/cloudstack-management/: No such file or directory
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---