We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307f3b2 commit 0fd1c27Copy full SHA for 0fd1c27
codebasin/__main__.py
@@ -179,6 +179,9 @@ def _main():
179
file_handler.addFilter(aggregator)
180
log.addHandler(file_handler)
181
182
+ if args.debug:
183
+ log.debug(f"Code Base Investigator {version}; Python {sys.version}")
184
+
185
# Inform the user that a log file has been created.
186
# 'print' instead of 'log' to ensure the message is visible in the output.
187
log_path = os.path.abspath("cbi.log")
0 commit comments