Skip to content

Commit

Permalink
fix: use __name__ when declaring logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Oct 20, 2022
1 parent 6225d41 commit 145f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
submit_pernosco,
)

log = logging.getLogger("bugmon")
log = logging.getLogger(__name__)

AVAILABLE_BRANCHES = ["mozilla-central", "mozilla-beta", "mozilla-release"]

Expand Down

0 comments on commit 145f4e5

Please sign in to comment.