Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 10 additions & 0 deletions notifier.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,19 @@ notifier:
contacts:
- type: mail
value: devopsteam@example.com
# Adjusting minimal log level with concrete fields
set_log_level:
triggers:
- id: "111"
level: "debug"
subscriptions:
- id: "999"
level: "warn"
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