in spectator/logger/logger.go [30:32]
func (l *DefaultLogger) Infof(format string, v ...interface{}) { slog.Info(fmt.Sprintf(format, v...)) }