Skip to content

Commit

Permalink
Merge pull request #518 from nobuto-m/more-lines-on-failure
Browse files Browse the repository at this point in the history
Capture enough lines for troubleshooting
  • Loading branch information
ajkavanagh committed Jun 28, 2022
2 parents 1ec92a9 + b6a5ab7 commit 856cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/charm_lifecycle/func_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def failure_report(model_aliases, show_juju_status=False):
:type show_juju_status: bool
"""
logging.error(model_aliases)
error_lines = 20
error_lines = 200
for model_alias, model_name in model_aliases.items():
logging.error("Model {} ({})".format(model_alias, model_name))
status = zaza.model.get_status(model_name=model_name)
Expand Down

0 comments on commit 856cf7e

Please sign in to comment.