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:
parent
3a3267916e
commit
6a08a78d77
2
dist/tools/pyterm/pyterm
vendored
2
dist/tools/pyterm/pyterm
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user