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
feature #473 Add service definition for SyslogFormatter (sarim)
This PR was merged into the 3.x branch.
Discussion
----------
Add service definition for SyslogFormatter
| Q | A
| ------------- | ---
| Branch? | 3.x
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | Fix#441
| License | MIT
From symfony/recipes#1111 & Seldaek/monolog#1689 I found out about the (newish) syslog formatter that can be viewed nicely with lnav. While trying to use it, I see there is no service created for this in monolog-bundle. Users can obviously make their own service in their app's services.yaml, but seeing other formatters exposed and discussion about adding it via recipe, I thought it would be good idea to create the service from monolog-bundle.
Commits
-------
8996d60 Add service definition for SyslogFormatter
0 commit comments