diff options
Diffstat (limited to '')
-rwxr-xr-x | test/stress_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |