-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add logger level to config params
- Loading branch information
1 parent
bc90726
commit 28fda56
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ If `tag` is specified as bufferd chunk key, it send as tag for sentry. | |
|
||
- `dsn` (required): DSN KEY shown at setting page | ||
- `environment` : set environment | ||
- `logger_level` : set log level of the sentry logger. default value is `info` | ||
- `default_level`: set default log level for sentry. default value is `error` | ||
|
||
### record keys | ||
|
@@ -32,9 +33,10 @@ If `tag` is specified as bufferd chunk key, it send as tag for sentry. | |
|
||
```aconf | ||
<match **> | ||
@type raven | ||
dsn https://[email protected]/123456 | ||
environment development | ||
@type raven | ||
dsn https://[email protected]/123456 | ||
logger_level warn | ||
environment development | ||
<buffer tag> | ||
@type file | ||
path fluentd/log/error.*.buffer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters