Skip to content

Commit

Permalink
Fix logger initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Jul 30, 2023
1 parent 33ab4f5 commit 8481f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sigal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def build(
level = logging.WARNING
show_progress = True

init_logging(__name__, level=level)
init_logging("sigal", level=level)
logger = logging.getLogger(__name__)

if not os.path.isfile(config):
Expand Down

0 comments on commit 8481f20

Please sign in to comment.