Chengkai Yan | 7f278e3 | 2018-11-06 16:32:03 +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 | Logging is controlled by the configuration provided to **datafile** in the application.yaml
|
| 8 | file located in datafile-app-server/config folder.
|
| 9 |
|
maximesson | e707b22 | 2019-05-09 14:27:34 +0000 | [diff] [blame] | 10 | To activate logging, please follow the instructions on this `page`_.
|
| 11 |
|
| 12 | .. _page: ../troubleshooting.rst
|
| 13 |
|
Chengkai Yan | 7f278e3 | 2018-11-06 16:32:03 +0100 | [diff] [blame] | 14 |
|
| 15 | **Where is the log file?**
|
| 16 |
|
maximesson | c762eb1 | 2019-04-04 14:43:43 +0000 | [diff] [blame] | 17 | The log file is located under /var/log/ONAP/ and called application.log. |