mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
pyterm: set default verbosity to info
This commit is contained in:
parent
fbd2c345ce
commit
f335cf07c3
2
dist/tools/pyterm/pyterm.py
vendored
2
dist/tools/pyterm/pyterm.py
vendored
@ -69,7 +69,7 @@ class SerCmd(cmd.Cmd):
|
||||
|
||||
# create logger
|
||||
self.logger = logging.getLogger('')
|
||||
self.logger.setLevel(logging.DEBUG)
|
||||
self.logger.setLevel(logging.INFO)
|
||||
|
||||
# add formatter to ch
|
||||
ch.setFormatter(formatter)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user