6 lines
233 B
Python
6 lines
233 B
Python
import logging
|
|
from app.lib_log_v3 import log, logger_reset, get_logger, setup_logging
|
|
|
|
# Re-exporting for backward compatibility with ~200 existing imports
|
|
__all__ = ['log', 'logging', 'logger_reset', 'get_logger', 'setup_logging']
|