Skip to content

Commit 90175d0

Browse files
committed
Do not propagate logging entries for the scanpipe logger #449
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent 08d7b16 commit 90175d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scancodeio/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
"scanpipe": {
223223
"handlers": ["null"] if IS_TESTS else ["console"],
224224
"level": env.str("SCANCODEIO_LOG_LEVEL", "INFO"),
225+
"propagate": False,
225226
},
226227
},
227228
}

0 commit comments

Comments
 (0)