Commit Graph

9 Commits

Author SHA1 Message Date
Zahary Karadjov 84ebd34117
Expose the --num-threads option 2021-09-20 13:21:43 +03:00
Jakub Sokołowski 5c3e0d9a62
send service logs to local6 facility to save space
Otherwise all service logs go into `/var/log/syslog` which becomes huge.

The `local6` syslog facility is the one handled by our default rsyslog
configuration and sends logs to `/var/log/service` directories as well
as to Logstash service for aggregation in the ELK stack.

Depends on:
https://github.com/status-im/infra-role-bootstrap-linux/commit/9ad8bb7d

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-02 12:08:53 +02:00
Zahary Karadjov 172e0000f1 Allow overriding --validators-dir and --secrets-dir; Disable the RPC service by default 2021-08-25 15:03:17 +02:00
Zahary Karadjov c327a454ce
Allow overriding the listening address of the RPC and metrics services; Use a safer default
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-08-23 16:44:33 +02:00
Zahary Karadjov 6500d4e3f4 Add an option for specifying a rest port 2021-08-23 16:43:59 +02:00
Jakub Sokołowski 217bbbde10
use infra-role-dist-validators to deploy validators
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-06-30 20:14:44 +02:00
Jakub Sokołowski 2ec1172756
fix name of consul service to fix metrics scraping
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-06-29 14:37:23 +02:00
Jakub Sokołowski 1e640b4742
add network name to the service name, for formatting
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-06-28 09:57:56 +02:00
Arthur Koziel e69cebc8bd
initial commit
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
2021-06-22 17:34:37 +08:00