allow configuration of logger output.

This commit is contained in:
2025-02-14 15:35:04 -06:00
parent eb45137776
commit 6bbd75f6a4
2 changed files with 13 additions and 4 deletions

View File

@ -23,6 +23,7 @@ func Init() Config {
}
// set logging Level
log.Init("text")
log.SetNumericLevel(cfg.LogLevel)
// set timezone & time format