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