mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
config: Remove unused field
This commit is contained in:
parent
da799c6a59
commit
1e17a0c3e1
@ -1524,7 +1524,6 @@ func (a *Agent) consulConfig() (*consul.Config, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Setup the loggers
|
// Setup the loggers
|
||||||
base.LogLevel = a.config.LogLevel
|
|
||||||
base.LogOutput = a.LogOutput
|
base.LogOutput = a.LogOutput
|
||||||
|
|
||||||
// This will set up the LAN keyring, as well as the WAN and any segments
|
// This will set up the LAN keyring, as well as the WAN and any segments
|
||||||
|
@ -161,9 +161,6 @@ type Config struct {
|
|||||||
// leader election.
|
// leader election.
|
||||||
ReconcileInterval time.Duration
|
ReconcileInterval time.Duration
|
||||||
|
|
||||||
// LogLevel is the level of the logs to write. Defaults to "INFO".
|
|
||||||
LogLevel string
|
|
||||||
|
|
||||||
// LogOutput is the location to write logs to. If this is not set,
|
// LogOutput is the location to write logs to. If this is not set,
|
||||||
// logs will go to stderr.
|
// logs will go to stderr.
|
||||||
LogOutput io.Writer
|
LogOutput io.Writer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user