Skip to content

Commit

Permalink
Actialized config descriptions with moira/issue-441
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kolkov committed Jan 29, 2021
1 parent 1f2420a commit a560c4a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ web:
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:
Expand Down
7 changes: 7 additions & 0 deletions checker.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ checker:
# Is related with remote triggers (see remote section)
# Equals to the number of processor cores found on Moira host by default or when variable is defined as 0.
max_parallel_remote_checks: 0
# Adjusting minimal log level with concrete fields
set_log_level:
triggers:
- id: "111"
level: "debug"
# This section configures remote triggers Checker.
# See https://moira.readthedocs.io/en/latest/installation/configuration.html#remote-triggers-checker for futher information
remote:
Expand All @@ -62,3 +67,5 @@ remote:
log:
log_file: stdout
log_level: info
# Enable human-readable console output
log_pretty_format: true
2 changes: 2 additions & 0 deletions filter.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ filter:
log:
log_file: stdout
log_level: info
# Enable human-readable console output
log_pretty_format: true
11 changes: 11 additions & 0 deletions notifier.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a560c4a

Please sign in to comment.