From 6f3ac132aeaeab2568e81ccde1f8fee94efbdd45 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Wed, 1 May 2024 20:33:37 -0600 Subject: [PATCH] Disable log colors when gateway is logging to systemd --- scripts/gateway-systemd-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gateway-systemd-install.sh b/scripts/gateway-systemd-install.sh index fd82afeca..929f7f0e7 100755 --- a/scripts/gateway-systemd-install.sh +++ b/scripts/gateway-systemd-install.sh @@ -41,6 +41,7 @@ Environment="FIREZONE_ID=$FIREZONE_ID" Environment="FIREZONE_TOKEN=$FIREZONE_TOKEN" Environment="FIREZONE_API_URL=$FIREZONE_API_URL" Environment="RUST_LOG=$RUST_LOG" +Environment="RUST_LOG_STYLE=never" Environment="LOG_FORMAT=$FIREZONE_LOG_FORMAT" Environment="GOOGLE_CLOUD_PROJECT_ID=$FIREZONE_GOOGLE_CLOUD_PROJECT_ID" Environment="OTLP_GRPC_ENDPOINT=$FIREZONE_OTLP_GRPC_ENDPOINT"