From 71d3d0925874247de5e657821638b1c08360f571 Mon Sep 17 00:00:00 2001 From: efiacor Date: Thu, 8 Apr 2021 16:40:06 +0100 Subject: [DMAAP-BC] Consolidate bus controller repos Migrate BC CSITs to the repo Fix documentation Signed-off-by: efiacor Change-Id: I874ed61be1b61187e233e9fd0937f6658f0ec0f0 Issue-ID: DMAAP-1544 --- docs/logging.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/logging.rst (limited to 'docs/logging.rst') diff --git a/docs/logging.rst b/docs/logging.rst new file mode 100644 index 0000000..676a106 --- /dev/null +++ b/docs/logging.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + .. http://creativecommons.org/licenses/by/4.0 + +Logging +======= + +Where to Access Information +--------------------------- +Bus Controller uses logback framework to generate logs found under logs/ONAP. +Logs are organized into files: + +- application.log - contains general logs +- error.log - contains errors +- audit.log - contains transactions for audit trail +- server.log - contains jetty server specific logging + +Error / Warning Messages +------------------------ +Logging to error.log will distinguish critical errors from warnings. -- cgit 1.2.3-korg