SSL certificate upgrade Steps
Add AD certificate (for Integration with AD Authentication) Steps
Properties update in application.properties
Configure your first project
Monitor your logs
How to Monitor Logs?
Command Line: We have list of container’s running :
customapi
mongodb
ui
jira-processor
nonjira-processor
azure-processor
notification-consumer
zookeeper
kafka
You can view logs of above container’s by following command .
docker logs -f --tail 50 <container name >
Example:
docker logs -f --tail 50 customapi
Docker for Desktop: On docker for desktop please follow the bellow steps
Open docker for desktop application .
Navigate to Containers
Select the container which you want to check logs as shown in the picture .