1
0
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:
Oleg Hahm 2014-06-05 06:16:19 +02:00
parent fbd2c345ce
commit f335cf07c3

View File

@ -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)