Make Hookshot logging-level configurable
This commit is contained in:
parent
84f306b236
commit
4a62df2ea3
@ -146,6 +146,8 @@ matrix_hookshot_provisioning_enabled: false
|
|||||||
matrix_hookshot_provisioning_internal: "/v1"
|
matrix_hookshot_provisioning_internal: "/v1"
|
||||||
matrix_hookshot_provisioning_endpoint: "{{ matrix_hookshot_public_endpoint }}{{ matrix_hookshot_provisioning_internal }}"
|
matrix_hookshot_provisioning_endpoint: "{{ matrix_hookshot_public_endpoint }}{{ matrix_hookshot_provisioning_internal }}"
|
||||||
|
|
||||||
|
# Valid logging levels are: debug, info, warn, error
|
||||||
|
matrix_hookshot_logging_level: warn
|
||||||
|
|
||||||
matrix_hookshot_widgets_enabled: true
|
matrix_hookshot_widgets_enabled: true
|
||||||
matrix_hookshot_widgets_port: 9003
|
matrix_hookshot_widgets_port: 9003
|
||||||
|
@ -110,7 +110,7 @@ metrics:
|
|||||||
logging:
|
logging:
|
||||||
# (Optional) Logging settings. You can have a severity debug,info,warn,error
|
# (Optional) Logging settings. You can have a severity debug,info,warn,error
|
||||||
#
|
#
|
||||||
level: warn
|
level: {{ matrix_hookshot_logging_level | to_json }}
|
||||||
{% if matrix_hookshot_widgets_enabled %}
|
{% if matrix_hookshot_widgets_enabled %}
|
||||||
widgets:
|
widgets:
|
||||||
# (Optional) EXPERIMENTAL support for complimentary widgets
|
# (Optional) EXPERIMENTAL support for complimentary widgets
|
||||||
|
Loading…
Reference in New Issue
Block a user