blob: 676a106a91fdbaff72c7bf56cf9b7568e73bf4c2 [file] [log] [blame]
efiacor71d3d092021-04-08 16:40:06 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4Logging
5=======
6
7Where to Access Information
8---------------------------
9Bus Controller uses logback framework to generate logs found under logs/ONAP.
10Logs are organized into files:
11
12- application.log - contains general logs
13- error.log - contains errors
14- audit.log - contains transactions for audit trail
15- server.log - contains jetty server specific logging
16
17Error / Warning Messages
18------------------------
19Logging to error.log will distinguish critical errors from warnings.