From: Sam Hague Date: Sun, 16 Sep 2018 14:33:12 +0000 (-0400) Subject: Remove coloring from devstack systemd logging X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e78660e3060a7c6fb147367bedea5848f1bbf5de;p=releng%2Fbuilder.git Remove coloring from devstack systemd logging 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 --- diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 07d0d61a7..1eef8c16e 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -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