Remove coloring from devstack systemd logging 18/76118/1
authorSam Hague <shague@redhat.com>
Sun, 16 Sep 2018 14:33:12 +0000 (10:33 -0400)
committerSam Hague <shague@redhat.com>
Sun, 16 Sep 2018 17:00:12 +0000 (13:00 -0400)
With the change to using systemd the logging defaults
are notbeing set correctly by devstack. Coloring is
included in the logs. Thsi patch sed's the logging
defaults.

Change-Id: Iaae2f5110c94a36047d0b34261fa07457e12c876
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 07d0d61a708f9519db6eff64036f4b2ca5c03918..1eef8c16efd216f39b011506e09812fe7ed86d9c 100644 (file)
@@ -730,6 +730,8 @@ if [ -n "${DEVSTACK_HASH}" ]; then
     echo "git checkout ${DEVSTACK_HASH}"
     git checkout ${DEVSTACK_HASH}
 fi
+wget https://raw.githubusercontent.com/shague/odl_tools/master/fix-logging.patch.txt -O /tmp/fix-logging.patch.txt
+patch --verbose -p1 -i /tmp/fix-logging.patch.txt
 git --no-pager log --pretty=format:'%h %<(13)%ar%<(13)%cr %<(20,trunc)%an%d %s%b' -n20
 echo