Simplify warewulfd logging

- Collapse SEND and RECV logs into INFO.
- Add /etc/default/warewulfd

Closes #725

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-05-24 17:10:45 -06:00
parent 983214f253
commit d33ca6ff53
7 changed files with 8 additions and 29 deletions

View File

@@ -53,7 +53,7 @@ func DaemonInitLogging() error {
wwlog.SetLogLevel(level)
}
} else {
wwlog.SetLogLevel(wwlog.SERV)
wwlog.SetLogLevel(wwlog.INFO)
}
conf := warewulfconf.Get()