Skip to content

Commit efe2cd2

Browse files
Make log extras optional (#155)
1 parent 4c3fd13 commit efe2cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/bin/strelka-backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def init_verbose_logging():
4343
logger.addHandler(logHandler)
4444

4545

46-
def debug_log(msg, extra):
46+
def debug_log(msg, extra=None):
4747
if 'ENABLE_VERBOSE_LOGGING' in os.environ:
4848
logger = logging.getLogger('debugging')
4949
logger.info(msg, extra=extra)

0 commit comments

Comments
 (0)