Skip to content

Commit

Permalink
IBX-4386: Removed argument binding to prevent breaking external libra…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
Steveb-p authored Feb 14, 2023
1 parent 8c53f0f commit 3295123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bundle/Resources/config/services/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ services:
autowire: true
autoconfigure: true
public: false
bind:
string $logLevel: 'error'

Ibexa\AdminUi\EventListener\:
resource: "../../../lib/EventListener/*"
Expand Down Expand Up @@ -38,6 +36,7 @@ services:
$kernelEnvironment: '%kernel.environment%'
$encoreTagRenderer: '@webpack_encore.tag_renderer'
$entrypointLookupCollection: '@webpack_encore.entrypoint_lookup_collection'
$logLevel: 'error'
tags:
- { name: kernel.event_listener, event: kernel.exception }
- { name: monolog.logger, channel: ibexa.admin }
Expand Down

0 comments on commit 3295123

Please sign in to comment.