Skip to content

Commit 3739910

Browse files
authored
Merge pull request #1266 from weskerfoot/fix-k8s-example
remove s3 debug from example and set log level to info
2 parents 93bf699 + c5a1692 commit 3739910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ spec:
241241
args: [ "server" ]
242242
env:
243243
- name: LOG_LEVEL
244-
value: "debug"
244+
value: "info"
245245
- name: ALLOW_EMPTY_BACKUPS
246246
value: "true"
247247
- name: API_LISTEN
@@ -275,7 +275,7 @@ spec:
275275
- name: S3_DISABLE_SSL
276276
value: "true"
277277
- name: S3_DEBUG
278-
value: "true"
278+
value: "false"
279279
# require to avoid double scraping clickhouse and clickhouse-backup containers
280280
ports:
281281
- name: backup-rest

0 commit comments

Comments
 (0)