Skip to content

Commit

Permalink
fix log config for notifier example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kolkov committed Feb 15, 2021
1 parent b89f149 commit def7bc9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions notifier.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,12 @@ notifier:
value: devopsteam@example.com
# Adjusting minimal log level with concrete fields
set_log_level:
level: "debug"
contacts: [
id: "111",
id: "222"
]
triggers:
- id: "111"
level: "debug"
subscriptions:
- id: "999"
level: "warn"
log:
log_file: stdout
log_level: info
Expand Down

0 comments on commit def7bc9

Please sign in to comment.