cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

Log rotation is not supported #148

Closed mnitta closed 8 years ago

mnitta commented 8 years ago

Log rotation is not supported. The size of the log file becomes huge if admin-ui runs for a long time. Needed to manage log file size (log rotation and log file removal of old generation files automatically).

rboykin commented 8 years ago

Log rotation for the Admin UI (as is done for other Cloudfoundry components) is normally done external to the component. For example, the bosh job for the admin ui would be a good place to accomplish this: https://github.com/cloudfoundry-community/admin-ui-boshrelease