Skip to content

Commit

Permalink
enable LOG_DEPRECATION_WARNINGS setting by default (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 authored Sep 25, 2024
1 parent 584e388 commit 3f0a78c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ NAUTOBOT_BANNER_TOP="Local"
NAUTOBOT_CHANGELOG_RETENTION=0

NAUTOBOT_DEBUG=True
NAUTOBOT_LOG_DEPRECATION_WARNINGS=True
NAUTOBOT_LOG_LEVEL=DEBUG
NAUTOBOT_METRICS_ENABLED=True
NAUTOBOT_NAPALM_TIMEOUT=5
Expand Down

0 comments on commit 3f0a78c

Please sign in to comment.