in spectator/logger/logger.go [25:27]
func (l *DefaultLogger) Debugf(format string, v ...interface{}) { slog.Debug(fmt.Sprintf(format, v...)) }