mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48042 from terminalmage/salt-jenkins-1000
Switch to trace level logging for further test failure troubleshooting
This commit is contained in:
commit
0f9a3122df
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class CallTest(ShellCase, testprogram.TestProgramCase, ShellCaseCommonTestsMixin
|
|||
# Let's create an initial output file with some data
|
||||
self.run_script(
|
||||
'salt-call',
|
||||
'-c {0} --output-file={1} -l debug -g'.format(
|
||||
'-c {0} --output-file={1} -l trace -g'.format(
|
||||
self.get_config_dir(),
|
||||
output_file
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue