Viewing Container Logs

All component containers of TIBCO BusinessConnect™ Container Edition publish their logs on the standard output device.

Procedure

  1. To view logs of a particular container, run the following command:
    • For kubernetes:
      kubectl logs <container_id> -n <name_space>
      Tip: Use "--follow" to follow the logs.
      Note: <name_space> that you have set in deployment.properties file.
    • For Docker:
      docker logs <container_id>