Skip to content

Commit

Permalink
EB-0: add processor to add class and line
Browse files Browse the repository at this point in the history
  • Loading branch information
loverg-c committed Jul 25, 2023
1 parent 8c43c4c commit fa4cbf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<tag name="monolog.processor" />
</service>

<service id="Monolog\Processor\IntrospectionProcessor" class="Monolog\Processor\IntrospectionProcessor" public="false">
<tag name="monolog.processor" />
</service>

<service id="ETSGlobal\LogBundle\Monolog\Formatter\TokenCollectionFormatter" class="ETSGlobal\LogBundle\Monolog\Formatter\TokenCollectionFormatter" public="false">
<argument type="service" id="ETSGlobal\LogBundle\Tracing\TokenCollection" />
<argument type="string">%ets_global_log.log_format%</argument>
Expand Down

0 comments on commit fa4cbf4

Please sign in to comment.