We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e720f7e commit a5482a7Copy full SHA for a5482a7
pyms/flask/app/__init__.py
@@ -57,6 +57,7 @@ def create_app(self):
57
formatter.add_trace_span(self.application.tracer)
58
log_handler.setFormatter(formatter)
59
self.application.logger.addHandler(log_handler)
60
+ self.application.logger.propagate = False
61
self.application.logger.setLevel(logging.INFO)
62
63
return self.application
0 commit comments