Skip to content

Commit

Permalink
fix: alsologtostderr should be bool instead of string. issue #872
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAi27 committed Apr 30, 2021
1 parent 910e0a8 commit 95586ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metric_port": ${bcsStorageMetricPort},
"log_dir": "${log_dir}",
"v": "${verbosity}",
"alsologtostderr": "${alsologtostderr}",
"alsologtostderr": ${alsologtostderr},
"pid_dir": "${pid_dir}",
"bcs_zookeeper": "${bcsZkHost}",
"database_config_file": "${storageDbConfig}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"client_key_file": "${clientKeyFile}",
"log_dir": "${log_dir}",
"v": "${verbosity}",
"alsologtostderr": "${alsologtostderr}",
"alsologtostderr": ${alsologtostderr},
"local_ip": "${localIp}",
"pid_dir": "${pid_dir}",
"verify_client_tls": false,
Expand Down

0 comments on commit 95586ee

Please sign in to comment.