Skip to content

Commit c548091

Browse files
committed
Use debug log level
Signed-off-by: mulhern <[email protected]>
1 parent d796441 commit c548091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plans/testing_3.5.2.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ discover:
2828
- name: unit
2929
test: >
3030
RUST_LOG=stratisd=debug
31-
python3 test_harness.py stratisd_cert
31+
python3 test_harness.py --log-level=debug stratisd_cert
3232
--verify-devices
3333
execute:
3434
how: tmt

plans/testing_HEAD.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ discover:
2828
- name: unit
2929
test: >
3030
RUST_LOG=stratisd=debug
31-
python3 test_harness.py stratisd_cert
31+
python3 test_harness.py --log-level=debug stratisd_cert
3232
--verify-devices --monitor-dbus --highest-revision-number=6
3333
execute:
3434
how: tmt

0 commit comments

Comments
 (0)