Viewing Container Logs

All containers of TIBCO AuditSafe print their standard output logs and you can view the same.

Procedure

To view logs of a particular container, run the following command:

  • For Docker:
    docker logs <containerID> --follow
  • For Kubernetes:
    kubectl logs -n <namespace> <podID> --follow