Skip to content

Commit

Permalink
ci: disable debug logging to avoid overwhelming reader
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 8, 2023
1 parent c17753c commit cf81e9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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]

0 comments on commit cf81e9a

Please sign in to comment.