We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0cff3 commit b746800Copy full SHA for b746800
libfuturize/main.py
@@ -173,6 +173,7 @@ def main(args=None):
173
# Set up logging handler
174
level = logging.DEBUG if options.verbose else logging.INFO
175
logging.basicConfig(format='%(name)s: %(message)s', level=level)
176
+ logger = logging.getLogger('libfuturize.main')
177
178
if options.stage1 or options.stage2:
179
assert options.both_stages is None
0 commit comments