From 610d333b757191195f69b2e28bb695f75d71e2aa Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 22 Oct 2023 15:40:00 +0200 Subject: [PATCH] no debug any more --- apps/drone/live-runner.hcl | 4 ++-- apps/drone/live.hcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/drone/live-runner.hcl b/apps/drone/live-runner.hcl index 74b5292..d777ccf 100644 --- a/apps/drone/live-runner.hcl +++ b/apps/drone/live-runner.hcl @@ -57,8 +57,8 @@ job "drone-runner" { DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2" DRONE_RPC_HOST = "drone.service.nr5" DRONE_RPC_PROTO = "http" - DRONE_LOGS_DEBUG = true - DRONE_LOGS_TRACE = true + DRONE_LOGS_DEBUG = false + DRONE_LOGS_TRACE = false } resources { diff --git a/apps/drone/live.hcl b/apps/drone/live.hcl index e11e3ae..02ab8e9 100644 --- a/apps/drone/live.hcl +++ b/apps/drone/live.hcl @@ -60,8 +60,8 @@ job "drone" { DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2" DRONE_SERVER_HOST = "drone.service.nr5" DRONE_SERVER_PROTO = "http" - DRONE_LOGS_DEBUG = true - DRONE_LOGS_TRACE = true + DRONE_LOGS_DEBUG = false + DRONE_LOGS_TRACE = false } resources {