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.
1 parent 1547d77 commit 993c06aCopy full SHA for 993c06a
common/service/config/config.go
@@ -98,10 +98,6 @@ type (
98
// check net.ParseIP for supported syntax, only IPv4 is supported,
99
// mutually exclusive with `BindOnLocalHost` option
100
BindOnIP string `yaml:"bindOnIP"`
101
- // DisableLogging disables all logging for rpc
102
- DisableLogging bool `yaml:"disableLogging"`
103
- // LogLevel is the desired log level
104
- LogLevel string `yaml:"logLevel"`
105
}
106
107
// Global contains config items that apply process-wide to all services
0 commit comments