Skip to content

Commit fa8e3ac

Browse files
committed
chore: print debug output to stderr
1 parent 30ac839 commit fa8e3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hermetic_build/common/cli/get_changed_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import logging
1717
import sys
1818

19-
logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
19+
logging.basicConfig(level=logging.DEBUG, stream=sys.stderr)
2020

2121
import os
2222
import click

0 commit comments

Comments
 (0)