From cf81e9ad25015749e0b3b33b3d76788c9481c9de Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 8 Jul 2023 21:56:12 +0200 Subject: [PATCH] ci: disable debug logging to avoid overwhelming reader --- dev-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-config.yaml b/dev-config.yaml index 63f1c83..20b219a 100644 --- a/dev-config.yaml +++ b/dev-config.yaml @@ -15,7 +15,8 @@ config: DockerRegistry: url: http://localhost:5000 BinderHub: - log_level: DEBUG + # log_level isn't enabled to avoid overwhelming the reader with info + # log_level: DEBUG use_registry: true image_prefix: localhost:5000/binderhub-service/ buildPodsRegistryCredentials: @@ -39,5 +40,6 @@ dockerApi: daemon-json: mountPath: /etc/docker-api/daemon.json data: - debug: true + # debug isn't enabled to avoid overwhelming the reader with info + # debug: true insecure-registries: [localhost:5000]