You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a lot of stuff is logged. Our log file becomes approx. 500 MB in 14 days. Could you either massively reduce logging or add an option to disable (debug) logging?
Logging seems excessive to me as well. Errors should be logged, but on a production server there is no need to log every request. And if it should, there should be some kind of log rotation / maximum file size to prevent it from going over the edge.
Activity
Swahjak commentedon Jul 27, 2017
Logging seems excessive to me as well. Errors should be logged, but on a production server there is no need to log every request. And if it should, there should be some kind of log rotation / maximum file size to prevent it from going over the edge.
sprankhub commentedon Oct 26, 2017
Any update?