d32b680351
* Create ansible playbook for trimming and rotationg logs * add docs for triming and log rotation * update ansible docs * add info on logic * cleanup the cleanup guide * update scraped stats * ready for review * address review
7 lines
289 B
YAML
7 lines
289 B
YAML
---
|
|
nymnode_log_level_max: "warning"
|
|
nymnode_rate_limit_interval: "30s"
|
|
nymnode_rate_limit_burst: "200"
|
|
nymnode_unit_name: "nym-node" # set to "nym-node.service" if your distro expects it
|
|
nymnode_dropin_dir: "/etc/systemd/system/nym-node.service.d"
|
|
nymnode_dropin_file: "10-logging.conf" |