mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-01 23:46:56 +02:00
2 lines
69 B
Python
2 lines
69 B
Python
import logging
|
|
logging.getLogger().addHandler(logging.NullHandler())
|