Skip to content

Commit

Permalink
Merge pull request #2047 from bensteinberg/tweak-logging-20240325
Browse files Browse the repository at this point in the history
Tweak logging
  • Loading branch information
bensteinberg authored Mar 25, 2024
2 parents dc9c8c6 + 18c45b9 commit 0c054c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import logging

logger = logging.getLogger(__name__)
logger = logging.getLogger("django")


class APICommunicationError(Exception):
Expand Down

0 comments on commit 0c054c4

Please sign in to comment.