forked from M-Labs/artiq
tools: fix logging config
This commit is contained in:
parent
5ba7218cc1
commit
939236a1b5
|
@ -37,4 +37,4 @@ def verbosity_args(parser):
|
||||||
|
|
||||||
|
|
||||||
def init_logger(args):
|
def init_logger(args):
|
||||||
logging.basicConfig(logging.INFO + args.quiet*10 - args.verbose*10)
|
logging.basicConfig(level=logging.INFO + args.quiet*10 - args.verbose*10)
|
||||||
|
|
Loading…
Reference in New Issue