Skip to content

Commit

Permalink
disable etcd debug logging (#32943)
Browse files Browse the repository at this point in the history
I'm hoping this makes the Dockerfile compatible with both etcd 3.3.9 and
3.5.9
  • Loading branch information
nklaassen committed Oct 4, 2023
1 parent a30f23d commit 22dafc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/services/Dockerfile.etcd
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ ENTRYPOINT /opt/bitnami/etcd/bin/etcd --name teleportstorage \
--trusted-ca-file /certs/ca-cert.pem \
--advertise-client-urls=https://127.0.0.1:2379 \
--listen-client-urls=https://0.0.0.0:2379 \
--client-cert-auth \
--log-level debug
--client-cert-auth

0 comments on commit 22dafc6

Please sign in to comment.