fix: remember timestamps from logging

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-04-26 09:55:09 +01:00
parent fcce518d5e
commit 710efbd049
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -27,7 +27,7 @@ type Format struct {
}
func (f *Format) Configure() {
log.SetReportTimestamp(true)
log.SetReportTimestamp(false)
if f.Verbosity == 0 {
log.SetLevel(log.WarnLevel)