static void logInfo(String message, {Map<String, Object?>? attributes}) { _logger?.info(message, attributes: attributes ?? {}); }