more logging

This commit is contained in:
mudler
2024-04-19 13:17:08 +02:00
parent e2aa3bedd7
commit 34f6d821b9
5 changed files with 49 additions and 19 deletions

View File

@@ -60,7 +60,6 @@ func Info(msg string, args ...any) {
func Debug(msg string, args ...any) {
_log(slog.LevelDebug, msg, args...)
logger.Debug(msg, args...)
}
func Error(msg string, args ...any) {