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
(cherry picked from commit 95586ee)
  • Loading branch information
AlexAi27 authored and DeveloperJim committed May 6, 2021
1 parent 24a51c3 commit 278fb0c
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 278fb0c

Please sign in to comment.