From b9a3a79fe378393e6803c8103f745f905e44a031 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 15 Mar 2020 15:03:09 +0300 Subject: stress_test.py: fix datetime format in logs --- test/stress_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/stress_test.py') diff --git a/test/stress_test.py b/test/stress_test.py index b7d095b..883c874 100755 --- a/test/stress_test.py +++ b/test/stress_test.py @@ -231,6 +231,7 @@ def _parse_args(argv=None): def _logging(): logging.basicConfig( format='%(asctime)s | %(levelname)s | %(message)s', + datefmt='%Y-%m-%d %H:%M:%S', level=logging.DEBUG) try: yield -- cgit v1.2.3