Skip to content

Commit ba1a34d

Browse files
committed
revert debug message
1 parent 94ad4aa commit ba1a34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinator/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def main():
8787
)
8888
return 0
8989
except Exception as e:
90-
root_logger.info(traceback.format_exc())
90+
root_logger.debug(traceback.format_exc())
9191
root_logger.error(str(e))
9292
root_logger.info(f"see {logfile} for more information")
9393
return 1

0 commit comments

Comments
 (0)