Improve logging

This commit is contained in:
Carl Pearson
2024-10-04 05:20:25 -06:00
parent e2c44ca32a
commit 91ed7cbc0d
4 changed files with 39 additions and 57 deletions

View File

@@ -15,7 +15,7 @@ func initLogger() {
log = logrus.New()
log.SetOutput(os.Stdout)
log.SetLevel(logrus.DebugLevel)
log.SetLevel(logrus.InfoLevel)
log.SetFormatter(&logrus.TextFormatter{
FullTimestamp: true,
TimestampFormat: "2006-01-02 15:04:05",