Skip to content

Commit

Permalink
Remove unused yaml fields for logging (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnhathaway authored Aug 12, 2020
1 parent 1547d77 commit 993c06a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/service/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ type (
// check net.ParseIP for supported syntax, only IPv4 is supported,
// mutually exclusive with `BindOnLocalHost` option
BindOnIP string `yaml:"bindOnIP"`
// DisableLogging disables all logging for rpc
DisableLogging bool `yaml:"disableLogging"`
// LogLevel is the desired log level
LogLevel string `yaml:"logLevel"`
}

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

0 comments on commit 993c06a

Please sign in to comment.