Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Add comment to explain logger call
Browse files Browse the repository at this point in the history
Explain why we are calling the logger differently in the config file
  • Loading branch information
DJensen94 committed Oct 25, 2022
1 parent b8f6652 commit fce4e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pe_source/data/pe_db/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@


# Setup logging to central file
# To avoid a circular reference error which occurs when calling app.config("LOGGER")
# we are directly calling the logger here
LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit fce4e51

Please sign in to comment.