Remove timestamp from logs. journald takes care of that.

This commit is contained in:
pitchum 2023-05-10 13:35:57 +02:00 committed by root
parent 128ff2f481
commit 70379d7c3e

View File

@ -14,7 +14,7 @@ import feedparser
LOGGER = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO,
format="%(asctime)s %(levelname)s %(threadName)s %(name)s %(message)s")
format="%(levelname)s %(threadName)s %(name)s %(message)s")
# Help configuration.
HELP_LIST = ["help", "faq", "aide"]