1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

Merge pull request #12316 from benpicco/pyterm-loglevel

dist/tools/pyterm: drop loglevel from output
This commit is contained in:
Martine Lenders 2019-09-27 22:48:10 +02:00 committed by GitHub
commit 8de39d80b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"