Skip to content

Commit

Permalink
Merge pull request #815 from hashicorp/syslog-enable
Browse files Browse the repository at this point in the history
Fix syslog enabled value
  • Loading branch information
lornasong authored Apr 27, 2022
2 parents 1b21ab5 + dbd13fc commit 2a95626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ type SyslogConfig struct {
// DefaultSyslogConfig returns the default configuration struct.
func DefaultSyslogConfig() *SyslogConfig {
return &SyslogConfig{
Enabled: Bool(false),
// No default values. `Enabled` value depends on other fields as
// handled in Finalize()
}
}

Expand Down

0 comments on commit 2a95626

Please sign in to comment.