-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
In Production, this application causes a weekly operational problem, threatening to fill the /var/ volume. This is because logs are written to /var/www/sites/library-cms/logs/production.log. If you know anything about Operating Systems, you should know that logs belong "somewhere" under /var/log/. All our other Ruby/Rails applications are configured to send application-level logs to Syslog, and this one needs to follow the same model.