Skip to content

Commit

Permalink
logging to cruise-output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 5, 2024
1 parent 4e3d018 commit b11770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""

# logging.basicConfig(stream=sys.stdout, level=logging.INFO)
logging.basicConfig(filename='console.log', level=logging.INFO)
logging.basicConfig(filename='cruise-output/console.log', level=logging.INFO)

@click.option(
'--enable-automated-rollbacks',
Expand Down

0 comments on commit b11770c

Please sign in to comment.