Skip to content

Commit 79d5b34

Browse files
committed
log more!
1 parent d6213a5 commit 79d5b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/check_extension_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def main():
471471
if args.debug:
472472
args.verbose = True
473473
logging.basicConfig(
474-
level=logging.DEBUG if args.debug else logging.INFO,
474+
level=logging.DEBUG,
475475
format="[%(levelname)s] %(message)s",
476476
)
477477

0 commit comments

Comments
 (0)