Describe the bug
I am using Symfony 5.3. The group and stream get created but $log->debug('something') / $log->warning('something else) etc do not write anything to CW. I have copy/pasted the AWS policy against the IAM user but it doesn't seem permission related because there are no errors and the group/stream get created from the code being ran
Expected behavior
To see log entries in the CW stream
Please provide the steps to reproduce and if possible a minimal demo of the problem
Any instructions how to reproduce a bug:
```
$client = new CloudWatchLogsClient(self::sdkParams);
Describe the bug I am using Symfony 5.3. The group and stream get created but $log->debug('something') / $log->warning('something else) etc do not write anything to CW. I have copy/pasted the AWS policy against the IAM user but it doesn't seem permission related because there are no errors and the group/stream get created from the code being ran
Expected behavior To see log entries in the CW stream
Please provide the steps to reproduce and if possible a minimal demo of the problem Any instructions how to reproduce a bug:
$client = new CloudWatchLogsClient(self::sdkParams);