| 1 | --- |
| 2 | # Base config for command line interaction tests |
| 3 | pattern: "(?P<level>\\w+)\\s+(?P<message>.*)" |
| 4 | |
| 5 | prefix: CONFIG_ |
| 6 | |
| 7 | inject: |
| 8 | - key: SOURCE |
| 9 | value: "config_file" |
| 10 | - key: VERSION |
| 11 | value: "1.0" |
| 12 | |
| 13 | rewrite: |
| 14 | - key: CONFIG_level |
| 15 | match: "ERROR" |
| 16 | value: "CRITICAL" |
| 17 | |
| 18 | - key: COMPUTED |
| 19 | value: "from_config" |
| 20 | inject: yes |
| 21 | |
| 22 | filename: |
| 23 | key: CONFIG_FILENAME |