mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat: add parameter for set log verbosity and json format (#10)
## What ❔ Logs in json format and option for set verbosity level for rust ## Why ❔ It can be useful for specify verbose level. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Documentation comments have been added / updated.
This commit is contained in:
@ -80,6 +80,7 @@ rpc_http_port: 3060
|
||||
rpc_ws_port: 3061
|
||||
healthcheck_port: 3081
|
||||
metrics_port: 3082
|
||||
log_verbosity: info
|
||||
|
||||
# Monitoring options section
|
||||
enable_monitoring: false
|
||||
|
||||
Reference in New Issue
Block a user