mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
2 lines
69 B
Python
2 lines
69 B
Python
import logging
|
|
logging.getLogger().addHandler(logging.NullHandler())
|