Skip to content

Commit

Permalink
tools: fix logging config
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jan 29, 2015
1 parent 5ba7218 commit 939236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/tools.py
Original file line number Diff line number Diff line change
@@ -37,4 +37,4 @@ def verbosity_args(parser):


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)

0 comments on commit 939236a

Please sign in to comment.