We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ad4aa commit ba1a34dCopy full SHA for ba1a34d
stackinator/main.py
@@ -87,7 +87,7 @@ def main():
87
)
88
return 0
89
except Exception as e:
90
- root_logger.info(traceback.format_exc())
+ root_logger.debug(traceback.format_exc())
91
root_logger.error(str(e))
92
root_logger.info(f"see {logfile} for more information")
93
return 1
0 commit comments