You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do use that formatter, you also need to declare the service in your `services.yaml` (a pull request in [the Symfony bridge](https://github.com/brefphp/symfony-bridge) to do this automatically is welcome!):
70
+
71
+
```yaml filename="config/services.yaml"
72
+
services:
73
+
Bref\Monolog\CloudWatchFormatter: ~
74
+
```
75
+
68
76
<Callout>
69
77
This formatter will be enabled by default in Bref v3.
0 commit comments