Skip to content

Commit 9b93027

Browse files
author
matthias_schaub
committed
Fix writting logs to file
1 parent 3fb5b5e commit 9b93027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CustomError(Exception):
5252
}
5353

5454
logging.config.dictConfig(LOGGING_CONFIG)
55-
logger = logging.getLogger("Mapswipe Workers")
55+
logger = logging.getLogger("mapswipe")
5656

5757

5858
try:

0 commit comments

Comments
 (0)