Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use "ecologits" as logger name
Browse files Browse the repository at this point in the history
samuelrince committed Dec 13, 2024
1 parent 555a18d commit fcd0c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecologits/log.py
Original file line number Diff line number Diff line change
@@ -30,4 +30,4 @@ def critical_once(self, msg: str, *args: Any, **kwargs: Any) -> None:


logging.setLoggerClass(EcoLogitsLogger)
logger: EcoLogitsLogger = cast(EcoLogitsLogger, logging.getLogger(__name__))
logger: EcoLogitsLogger = cast(EcoLogitsLogger, logging.getLogger("ecologits"))

0 comments on commit fcd0c05

Please sign in to comment.