diff --git a/docs/core/logging.md b/docs/core/logging.md index d4e85f98..1e615362 100644 --- a/docs/core/logging.md +++ b/docs/core/logging.md @@ -223,7 +223,7 @@ for known event sources, where either a request ID or X-Ray Trace ID are present */ public class Function { - [Logging(CorrelationIdPath = CorrelationIdPaths.API_GATEWAY_REST)] + [Logging(CorrelationIdPath = CorrelationIdPaths.ApiGatewayRest)] public async Task FunctionHandler (APIGatewayProxyRequest apigProxyEvent, ILambdaContext context) {