Skip to content

Commit 9c1471e

Browse files
authored
Merge pull request #241 from alexander-schranz/patch-1
Add level argument to symfony service definition
2 parents cfece50 + 4f69782 commit 9c1471e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ First, define `Sentry\Monolog\Handler` as a service in `config/services.yaml`
112112
services:
113113
sentry.monolog.handler:
114114
class: Sentry\Monolog\Handler
115+
arguments:
116+
$level: 'error'
115117
```
116118

117119
Then enable it in `monolog` config:

0 commit comments

Comments
 (0)