efiacor | 71d3d09 | 2021-04-08 16:40:06 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | Logging |
| 5 | ======= |
| 6 | |
| 7 | Where to Access Information |
| 8 | --------------------------- |
| 9 | Bus Controller uses logback framework to generate logs found under logs/ONAP. |
| 10 | Logs 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 | |
| 17 | Error / Warning Messages |
| 18 | ------------------------ |
| 19 | Logging to error.log will distinguish critical errors from warnings. |