commit | 56eab9451d7505ebe108605a9804b07ce0be201a | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon May 06 20:14:18 2019 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Mon May 20 18:53:13 2019 +0300 |
tree | 97fe0c282e93b531a6e044002a00aa6679ad4b78 | |
parent | 5b15b9b60a8aa5acda549666a4af0071125147ac [diff] [blame] |
Add logging for salt-api requests/responses Change-Id: I0dd73c60cc4364ce5962ddb2520390ad3ee32f06 Closes-Task:#PROD-29994(PROD:29994)
diff --git a/test_set/cvp-sanity/pytest.ini b/test_set/cvp-sanity/pytest.ini index 7d6dde9..3e970a4 100644 --- a/test_set/cvp-sanity/pytest.ini +++ b/test_set/cvp-sanity/pytest.ini
@@ -1,3 +1,6 @@ [pytest] norecursedirs = venv -addopts = -vv --tb=short \ No newline at end of file +addopts = -vv --tb=short + +log_level=WARNING +log_format = '%(message)s'