Skip to content

Commit

Permalink
Update src/imgtools/logging/logging_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jjjermiah and coderabbitai[bot] authored Nov 29, 2024
1 parent 1a3f555 commit 819e059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgtools/logging/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
name: str,
base_dir: Path | None = None,
) -> None:
self.name = name.upper()
self.name = name
self.base_dir = base_dir or Path.cwd()
self.level = self.env_level
self._initialize_logger()
Expand Down

0 comments on commit 819e059

Please sign in to comment.