Skip to content

Commit

Permalink
Merge pull request #241 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Add level argument to symfony service definition
  • Loading branch information
Jean85 committed Sep 19, 2019
2 parents cfece50 + 4f69782 commit 9c1471e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -112,6 +112,8 @@ First, define `Sentry\Monolog\Handler` as a service in `config/services.yaml`
services:
sentry.monolog.handler:
class: Sentry\Monolog\Handler
arguments:
$level: 'error'
```

Then enable it in `monolog` config:
Expand Down

0 comments on commit 9c1471e

Please sign in to comment.