Merge pull request #48042 from terminalmage/salt-jenkins-1000

Switch to trace level logging for further test failure troubleshooting
This commit is contained in:
Nicole Thomas 2018-06-11 10:03:47 -04:00 committed by GitHub
commit 0f9a3122df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
),