Skip to content

Commit e703210

Browse files
committed
Avoid "No handlers ..." message.
1 parent 5764601 commit e703210

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cue.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,8 @@ def main(raw):
12161216
if 'VV' in os.environ and os.environ['VV'] == '1':
12171217
logging.basicConfig(level=logging.DEBUG)
12181218
silent_dep_builds = False
1219+
else:
1220+
logging.basicConfig(level=logging.CRITICAL)
12191221

12201222
make_timeout = args.timeout
12211223
if make_timeout:

0 commit comments

Comments
 (0)