mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
8 lines
124 B
Python
8 lines
124 B
Python
"""Logging configuration."""
|
|
|
|
import logging
|
|
|
|
|
|
# Name the logger after the package.
|
|
logger = logging.getLogger(__package__)
|