Skip to content

Commit 40cf9d7

Browse files
stephenfink8s-infra-cherrypick-robot
authored andcommitted
Disable log colours for DevStack
This makes artifacts much more difficult to read in CI jobs. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 092a1c2 commit 40cf9d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Enable Logging
1111
LOGFILE=/opt/stack/logs/stack.sh.log
1212
VERBOSE=True
13-
LOG_COLOR=True
13+
LOG_COLOR=False
1414

1515
# Host tuning
1616
ENABLE_SYSCTL_MEM_TUNING="True"

hack/ci/cloud-init/worker.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Enable Logging
1010
LOGFILE=/opt/stack/logs/stack.sh.log
1111
VERBOSE=True
12-
LOG_COLOR=True
12+
LOG_COLOR=False
1313

1414
# Host tuning
1515
ENABLE_SYSCTL_MEM_TUNING="True"

0 commit comments

Comments
 (0)