-
Notifications
You must be signed in to change notification settings - Fork 37
logs
themisAnagno edited this page Feb 8, 2022
·
3 revisions
Katana exports logs in both local host machine and remote log server
Use the command katana log
to examine logs from both katana-mngr and katana-nbi containers
Katana writes the logs in files on the localhost, in katana-mngr and katana-nbi directories
Edit the file docker-compose.yaml in the katana-mngr directory. Uncomment the logging part, replacing the IP, port and protocol of the remote log server (e.g. Graylog).
logging:
driver: syslog
options:
syslog-address: "<udp/tcp>://<remote_server_IP>:<port>"
tag: "Katana_SliceManagerr"
syslog-format: "rfc5424"