Skip to content
Snippets Groups Projects
Commit 68989ce8 authored by Taya Snijder's avatar Taya Snijder
Browse files

added time to log messages

parent c60d3ea5
No related branches found
No related tags found
1 merge request!155L2SS-399: added reconnect option
......@@ -9,7 +9,7 @@ import sys
import signal
import logging
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.INFO, format = '%(asctime)s:%(levelname)s: %(message)s')
logger = logging.getLogger("statistics_writer")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment