Skip to content

Stop double log

Andreas Ellewsen requested to merge stop-double-log into master

By both printing and logging with the logging framework we end up with double logging in ELK. This will also make grouping of errors in sentry better since we're logging with the changing parts of the messages as arguments to logger.info etc. In addition we now use a dedicated config just for testing to ensure logging is not setup, while still haveing the logging config present in the example config.

Merge request reports