blob: 159b5132b9c0cfb5b193f015973be5c5d96a27b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2020 NOKIA
Logging
=======
Where to Access Information
---------------------------
Certification Service logs are available in the Docker container
docker exec -it aaf-certservice-api bash
Path to logs:
/var/log/onap/aaf/certservice
Available log files:
* audit.log
* debug.log
* error.log
|