1 Answer
- Newest
- Most votes
- Most comments
0
Your issue with no log groups or logs appearing in CloudWatch despite sending data could be due to several factors. Ensure the log group name in CLOUDWATCH_TIINGO_LOG_GROUP
is correct and that create_log_group=True
is functioning.
Verify that the log stream name format is correct and check permissions for creating log groups and streams.
Additionally, ensure your boto3
client is properly configured and consider adding error handling to catch any issues. Check the CloudWatch console later as there might be a delay in log visibility.
Relevant content
- asked 3 months ago
- asked 2 years ago
- asked 2 years ago