-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actialized config descriptions with moira/issue-441
- Loading branch information
Andrey Kolkov
committed
Jan 29, 2021
1 parent
1f2420a
commit a560c4a
Showing
4 changed files
with
22 additions
and
0 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
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
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 |
---|---|---|
|
@@ -40,3 +40,5 @@ filter: | |
log: | ||
log_file: stdout | ||
log_level: info | ||
# Enable human-readable console output | ||
log_pretty_format: true |
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 |
---|---|---|
|
@@ -119,9 +119,20 @@ notifier: | |
contacts: | ||
- type: mail | ||
value: [email protected] | ||
# Adjusting minimal log level with concrete fields | ||
set_log_level: | ||
level: "debug" | ||
contacts: [ | ||
id: "111", | ||
id: "222" | ||
] | ||
subscriptions: | ||
- id: "999" | ||
log: | ||
log_file: stdout | ||
log_level: info | ||
# Enable human-readable console output | ||
log_pretty_format: true | ||
# This section configures remote triggers Checker. | ||
# See https://moira.readthedocs.io/en/latest/installation/configuration.html#remote-triggers-checker for futher information | ||
remote: | ||
|