Skip to content

Commit

Permalink
fix logger propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 29, 2024
1 parent a768b8d commit f4ce491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gweatherrouting/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
stream.setFormatter(formatter)

logger = logging.getLogger("gweatherrouting")
logger.propagate = False
logger.addHandler(stream)
logger.setLevel(10)

0 comments on commit f4ce491

Please sign in to comment.