-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbitops.config.yaml
More file actions
22 lines (19 loc) · 929 Bytes
/
bitops.config.yaml
File metadata and controls
22 lines (19 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
bitops:
# The `bitops.config.yaml` file contains the configuration values for the BitOps core.
# - Changing values will require that a new image be built
# - Customize your BitOps image by modifying the values found in the `bitops.config.yaml`
fail_fast: true # When set, will exit if any warning+ is raised, otherwise only exit on critical error
run_mode: default # (Unused for now)
# LEVELS: [ DEBUG, INFO, WARNING, ERROR, CRITICAL ]
logging:
level: WARNING # Sets the logging level
color:
enabled: true # Enables colored logs
filename: bitops-run # log filename
err: bitops.logs # error logs filename
path: /var/logs/bitops # path to log folder
default_folder: _default
# https://bitovi.github.io/bitops/plugins/#bitopsconfigyaml
plugins: {}
# https://bitovi.github.io/bitops/plugins/#bitopsconfigyaml
deployments: {}