From 0c68051a83374d94c33d9e025da03c8f858b8de2 Mon Sep 17 00:00:00 2001 From: Simon Hirtreiter Date: Fri, 2 Aug 2024 07:56:52 +0200 Subject: [PATCH] Update README.md fix json-logger profile --- refarch-gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refarch-gateway/README.md b/refarch-gateway/README.md index e74dabb7..bd77a6d7 100644 --- a/refarch-gateway/README.md +++ b/refarch-gateway/README.md @@ -22,7 +22,7 @@ Beside the default behaviour there are some special route prefixes which are han | Profile | Description | |-------------------|---------------------------------------------------------------------------------------------------| -| `json-logging` | Switches logging from textual to JSON output. | +| `json-logger` | Switches logging from textual to JSON output. | | `no-security` | Disables complete security like authentication, authorization, csrf etc. Routing works as normal. | | `hazelcast-local` | Configures Spring Session Hazelcast for connection via localhost (i.e. local development). | | `hazelcast-k8s` | Configures Spring Session Hazelcast for usage in Kubernetes/OpenShift cluster. |