mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-10 06:59:38 -05:00
6 lines
105 B
Python
6 lines
105 B
Python
import logbook
|
|
from logbook import Logger
|
|
|
|
logger = Logger("pantalaimon")
|
|
logger.level = logbook.WARNING
|