Skip to content

Commit 8fad8d7

Browse files
author
matthias_schaub
committed
Add messages to logs if logging is enabled.
1 parent 9b93027 commit 8fad8d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapswipe_workers/mapswipe_workers/mapswipe_workers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def cli(verbose):
4646
create_directories()
4747
if not verbose:
4848
logger.disabled = True
49+
else:
50+
logger.info("Logging enabled")
4951

5052

5153
@cli.command("create-projects")

0 commit comments

Comments
 (0)