Skip to content

Change logging options for production and development environments.

Paul Mather requested to merge set-application-logging into master

Created by: pmather

Change the default logger to one that rotates logs on a daily basis. Also, we set the log level explicitly for each environment: "debug" for development and "warn" for production.

Merge request reports