Skip to content

update: default LOGGING settings for DjangoLDP instances

Calum Mackervoy requested to merge logger-settings into master

Adds LOGGING settings to the default DjangoLDP settings, so that all servers deployed in production have a file-stored logger by default

Will enable us to run for example logger.debug('Hello World!') and view it in the file sib_app.log at a later date. The logs are not automatically dated or compressed like Django's http or site logs

@plup @jbpasquier will this work with production? Are you okay with auto-deploying it in principle?

Merge request reports