[ 'ignored_path_prefixes' => [ Action\HealthAction::ROUTE_PATH, ], ], // This config needs to go in this file in order to override the value defined in shlink-common ConfigAbstractFactory::class => [ // Use MergeReplaceKey to overwrite what was defined in shlink-common, instead of merging it AccessLogMiddleware::class => new MergeReplaceKey( [AccessLogMiddleware::LOGGER_SERVICE_NAME, 'config.access_logs.ignored_path_prefixes'], ), ], ];