Merge branch 'main' into plus

This commit is contained in:
Luis Pater
2026-01-19 04:03:17 +08:00
committed by GitHub
83 changed files with 16127 additions and 374 deletions

View File

@@ -85,6 +85,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{})