JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Viewing Container Logs All component containers of TIBCO BusinessConnect™ Container Edition publish their logs on the standard output device. Procedure 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> Copyright © Cloud Software Group, Inc. All rights reserved.