Commit 6d5f268
committed
bug #12100 Fix custom logging formatter (jjanvier)
This PR was merged into the 3.4 branch.
Discussion
----------
Fix custom logging formatter
When I use the '@' in the service name, I get this kind of error:
```
In CheckExceptionOnInvalidReferenceBehaviorPass.php line 31:
The service "monolog.handler.deprecation" has a dependency on a non-existent service "@monolog.formatter.deprecation".
```
Commits
-------
b3828cd Fix custom logging formatter1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments