diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-01-26 11:16:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-26 11:16:06 +0000 |
commit | 34afca00d1f8b2fabe7708c76be714687e136d68 (patch) | |
tree | 89d66884a281cadc327fa79076e3629f28657b64 | |
parent | 1cef345e92ee93323b1220bac3ad3a90cb310406 (diff) | |
parent | a087b9457c6498985ff8149ac29b34480a904d9c (diff) |
Merge "Loggers actuator config typo fix"
-rw-r--r-- | cps-rest/src/main/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/src/main/resources/application.yml b/cps-rest/src/main/resources/application.yml index 0f2ef20df7..22948c3c30 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:
|