View logs in Kubernetes environment
A log serves as the record that captures every minute details of what your application did.
To fetch BDT specific logs in Kubernetes (with and without helm) deployment from sysout, you can use the following command:
kubectl logs <pod_name> -c <bdt_container_name>
To fetch BDT specific logs in standalone deployment, use the following command:
docker logs <container_id>