Merge branch 'main' into plus

This commit is contained in:
Luis Pater
2025-12-24 22:27:12 +08:00
committed by GitHub
75 changed files with 15212 additions and 294 deletions

View File

@@ -67,6 +67,7 @@ func (m *LogFormatter) Format(entry *log.Entry) ([]byte, error) {
func SetupBaseLogger() {
setupOnce.Do(func() {
log.SetOutput(os.Stdout)
log.SetLevel(log.InfoLevel)
log.SetReportCaller(true)
log.SetFormatter(&LogFormatter{})