Remove timestamp from logs. journald takes care of that.
This commit is contained in:
parent
128ff2f481
commit
70379d7c3e
@ -14,7 +14,7 @@ import feedparser
|
|||||||
|
|
||||||
LOGGER = logging.getLogger(__name__)
|
LOGGER = logging.getLogger(__name__)
|
||||||
logging.basicConfig(level=logging.INFO,
|
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 configuration.
|
||||||
HELP_LIST = ["help", "faq", "aide"]
|
HELP_LIST = ["help", "faq", "aide"]
|
||||||
|
Loading…
Reference in New Issue
Block a user