commit | 1eef831553aa577b21d754964ad8b3b3c8062ca0 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon May 06 20:14:18 2019 +0300 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed May 22 15:59:37 2019 -0500 |
tree | 571779931a7fc7981834227c9737e81d39da2918 | |
parent | 23c1833f4cf7fa919545b98b8d188db15bbe3ab5 [diff] [blame] |
[CVP,Q4] Add logging for salt-api requests/responses Change-Id: I0dd73c60cc4364ce5962ddb2520390ad3ee32f06 Related-PROD: PROD-30482
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'