1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00

dist/tools/pyterm: drop loglevel from putput

The loglevel on pyterm is always INFO.
Drop it to remove clutter from the output.
This commit is contained in:
Benjamin Valentin 2019-09-27 15:16:06 +02:00
parent 3a3267916e
commit 6a08a78d77

View File

@ -86,7 +86,7 @@ defaultfile = "pyterm-" + defaulthostname + ".conf"
defaultrunname = "default-run"
# default logging prefix format string
default_fmt_str = '%(asctime)s - %(levelname)s # %(message)s'
default_fmt_str = '%(asctime)s # %(message)s'
# default newline setting
defaultnewline = "LF"