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 056ad36 commit 6ca74bfCopy full SHA for 6ca74bf
code/function/fastapp/utils.py
@@ -11,7 +11,7 @@ def setup_logging(module) -> Logger:
11
"""
12
logger = logging.getLogger(module)
13
logger.setLevel(settings.LOGGING_LEVEL)
14
- logger.propagate = True
+ logger.propagate = False
15
16
# Create stream handler
17
logger_stream_handler = logging.StreamHandler()
code/function/host.json
@@ -3,7 +3,10 @@
3
"logging": {
4
"fileLoggingMode": "debugOnly",
5
"logLevel": {
6
- "default": "Information"
+ "default": "Information",
7
+ "Host": "Information",
8
+ "Function": "Information",
9
+ "Host.Aggregator": "Information"
10
},
"applicationInsights": {
"samplingSettings": {
0 commit comments