How to Check Cloud Watch Logs?
- Login to AWS console
- Go to CloudWatch (Oregon region)
- Go to Log Groups
Log Group | Environment |
---|---|
AX-QA-LOG-GROUP | QA |
AX-STAGE-LOG-GROUP | STAGE |
AX-PRODUCTION-LOG-GROUP | Production |
- Each Log Group Has 2 streams
- LOG-STREAM – This log stream is for all errors and information from respective module.
- LOG-STREAM-REQUEST – This log stream is for all incoming requests to the server.
- Use this link for cloudwatch filter patterns.
0 Comments