Skip to content

Commit

Permalink
tests: kdump.crash enable more debugging in kdump service
Browse files Browse the repository at this point in the history
Recent kdump updates started to fail without any error, so this
will increase the verbosity of the kdump service.
This will increase the logs size but logs are discarded on
successful tests so that's fine.

See rhkdump/kdump-utils#15 (comment)
  • Loading branch information
jbtrystram committed Jun 26, 2024
1 parent b8cc685 commit dfb0b16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/kola/kdump/crash/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ systemd:
units:
- name: kdump.service
enabled: true
dropins:
- name: debug.conf
contents: |
[Service]
Environment="debug=1"

0 comments on commit dfb0b16

Please sign in to comment.