frame template now honors current user

This commit is contained in:
2025-09-20 17:10:37 -06:00
parent a794c5919b
commit d8648ace80
8 changed files with 84 additions and 42 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func init() {
FullTimestamp: true,
TimestampFormat: "2006-01-02 15:04:05",
})
log.SetLevel(log.InfoLevel)
log.SetLevel(log.DebugLevel)
}
/* toglog converts a Logrus logging level to a glog one.