Switch to trace level logging for further test failure troubleshooting

This commit is contained in:
Erik Johnson 2018-06-08 17:06:49 -05:00
parent dcae209951
commit b33a0b5eaa
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

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