diff options
author | lukegleeson <luke.gleeson@est.tech> | 2022-09-19 15:31:59 +0100 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2022-09-22 11:08:17 +0100 |
commit | 4a34fa546a3010fd04330194e6ea5296cad51587 (patch) | |
tree | 7ec8f2e2b49131eed1f9c2d017ec01dbc8b1ffb4 /docs/admin-guide.rst | |
parent | a8836fd17a316ba582b383802dc690db9f36023d (diff) |
Update Release Notes for Kohn
Added Jira tickets completed
Updated Log Example in admin guide
Updated timer property names for ncmp in deployment guide
Issue-ID: CPS-1251
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I20933d7d113bfa57937ec7f13ba3eb0ab6bc675a
Diffstat (limited to 'docs/admin-guide.rst')
-rw-r--r-- | docs/admin-guide.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index efa23b5035..eeac013773 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -34,15 +34,14 @@ CPS Log pattern <pattern> { - "timestamp" : "%timestamp", // 2022-01-28 18:39:17.768 - "severity": "%level", // DEBUG - "service": "${springAppName}", // cps-application - "trace": "${TraceId}", // e17da1571e518c59 - "span": "${SpanId}", // e17da1571e518c59 - "pid": "${PID}", //11128 - "thread": "%thread", //tp1901272535-29 + "logTimeStamp" : "%timestamp", // 2022-01-28 18:39:17.768 + "logLevel": "%level", // DEBUG + "principalId": "%userId", // cpsuser + "serviceName": "${springAppName}", // cps-application + "message":"%message", // Execution time ... + "processId": "${PID}", //11128 + "threadName": "%thread", //tp1901272535-29 "class": "%logger{40}", .// o.onap.cps.aop.CpsLoggingAspectService - "rest": "%message" // Execution time ... } </pattern> @@ -198,7 +197,7 @@ Prometheus Metrics can be checked at the following endpoint Naming Validation ----------------- -As part of the Jakarta 3.1.0 release, CPS has added validation to the names of the following components: +As part of the Kohn 3.1.0 release, CPS has added validation to the names of the following components: - Dataspace names - Schema Set names |