From a087b9457c6498985ff8149ac29b34480a904d9c Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Tue, 26 Jan 2021 08:36:57 +0200 Subject: Loggers actuator config typo fix Issue-ID: CPS-158 Change-Id: I55abb9a459288d83eb7002e8f92c6e89148087db Signed-off-by: Ruslan Kashapov --- cps-rest/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-rest/src') diff --git a/cps-rest/src/main/resources/application.yml b/cps-rest/src/main/resources/application.yml index 0f2ef20df..22948c3c3 100644 --- a/cps-rest/src/main/resources/application.yml +++ b/cps-rest/src/main/resources/application.yml @@ -42,7 +42,7 @@ management: # kubernetes probes: liveness and readiness probes: enabled: true - looging: + loggers: enabled: true logging: -- cgit 1.2.3-korg