Skip to content

Commit

Permalink
Use debug log level
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 9, 2023
1 parent d796441 commit c548091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plans/testing_3.5.2.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ discover:
- name: unit
test: >
RUST_LOG=stratisd=debug
python3 test_harness.py stratisd_cert
python3 test_harness.py --log-level=debug stratisd_cert
--verify-devices
execute:
how: tmt
Expand Down
2 changes: 1 addition & 1 deletion plans/testing_HEAD.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ discover:
- name: unit
test: >
RUST_LOG=stratisd=debug
python3 test_harness.py stratisd_cert
python3 test_harness.py --log-level=debug stratisd_cert
--verify-devices --monitor-dbus --highest-revision-number=6
execute:
how: tmt
Expand Down

0 comments on commit c548091

Please sign in to comment.