From e46c1c53c1ad3e5a99a5d055fc39770ab56c0f70 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 25 May 2016 22:17:01 -0500 Subject: [PATCH] Enable human readable logging This change whitelists the human readable logging module from our available callback plugins. Change-Id: Icc938a6392684222b5f4a7ccdc601e48b5298afb Depends-On: Idad2623eeb7f73e20fe92d9e18cd99e45bc4b64f Signed-off-by: Kevin Carter --- scripts/gate-check-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index 08a66c6a2c..db069d62d5 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -92,7 +92,7 @@ pushd $(dirname ${0})/../playbooks sed -i '/\[defaults\]/a log_path = /openstack/log/ansible-logging/ansible.log' ansible.cfg # Enable callback plugins - sed -i 's/^callback_whitelist.*/callback_whitelist = "profile_tasks"/g' ansible.cfg + sed -i 's/^callback_whitelist.*/callback_whitelist = "profile_tasks,human_log"/g' ansible.cfg popd # Log some data about the instance and the rest of the system