Skip to content

Commit ea90354

Browse files
committed
Refines logging initialization and aliases
1 parent 0f16d61 commit ea90354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/easydiffraction/utils/logging.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,11 @@ def chapter(cls, title: str) -> None:
579579
cls._console.print(formatted)
580580

581581

582-
# Configure logging on import to preserve prior behavior
582+
# Configure logging at import time
583583
Logger.configure()
584584

585-
# ergonomic alias
585+
# Convenient alias for logger
586586
log = Logger
587587

588-
# ergonomic alias for printer
588+
# Convenient alias for console printer
589589
console = ConsolePrinter

0 commit comments

Comments
 (0)