Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Scripts run

  • 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 :

  1. customapi

  2. mongodb

  3. ui

  4. jira-processor

  5. nonjira-processor

  6. azure-processor

  7. notification-consumer

  8. zookeeper

  9. kafka

You can view logs of above container’s by following command .

Code Block
docker logs -f --tail 50 <container name >

Example:

Code Block
docker logs -f --tail 50 customapi

Docker for Desktop: On docker for desktop please follow the bellow steps

  1. Open docker for desktop application .

  2. Navigate to Containers

  3. Select the container which you want to check logs as shown in the picture .

    Image Added