Skip to content

Commit 993c06a

Browse files
Remove unused yaml fields for logging (#667)
1 parent 1547d77 commit 993c06a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/service/config/config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ type (
9898
// check net.ParseIP for supported syntax, only IPv4 is supported,
9999
// mutually exclusive with `BindOnLocalHost` option
100100
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"`
105101
}
106102

107103
// Global contains config items that apply process-wide to all services

0 commit comments

Comments
 (0)