Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Use nms_common.sloggly.setup_custom_logger method instead of nms_logging_auto module.

Please add a section to precise we need to Use nms_common.sloggly.setup_custom_logger method instead of nms_logging_auto module.

As in flask, import nms_common app.logger = nms_common.sloggly.setup_custom_logger('Your app', logging.INFO) will actually set the reference but NOT from nms_common import nms_logging_auto app.logger = logging

Edited by Jeremy PETIT