We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0264bd + 119ee66 commit 9689083Copy full SHA for 9689083
1 file changed
lib/etcd3
@@ -46,6 +46,9 @@ function start_etcd3 {
46
cmd+=" --listen-peer-urls http://0.0.0.0:$ETCD_PEER_PORT "
47
fi
48
cmd+=" --listen-client-urls http://$SERVICE_HOST:$ETCD_PORT"
49
+ if [ "$ENABLE_DEBUG_LOG_LEVEL" == "True" ]; then
50
+ cmd+=" --debug"
51
+ fi
52
53
local unitfile="$SYSTEMD_DIR/$ETCD_SYSTEMD_SERVICE"
54
write_user_unit_file $ETCD_SYSTEMD_SERVICE "$cmd" "" "root"
0 commit comments