Daemon logging to syslog (#152)

This commit is contained in:
Gregory Kurtzer
2021-09-30 23:40:16 -07:00
parent 384c4c0286
commit 238b61a682
5 changed files with 81 additions and 35 deletions

View File

@@ -24,6 +24,7 @@ type WarewulfConf struct {
Secure bool `yaml:"secure"`
UpdateInterval int `yaml:"update interval"`
AutobuildOverlays bool `yaml:"autobuild overlays"`
Syslog bool `yaml:"syslog"`
}
type DhcpConf struct {