mirror of
https://github.com/status-im/infra-role-nimbus-bench-eth1.git
synced 2025-02-22 11:38:17 +00:00
fix: sysloglevel needs to be in lower case
This commit is contained in:
parent
4b635b0ab2
commit
273ff512d9
@ -9,7 +9,7 @@ User={{ nimbus_eth1_service_user }}
|
||||
Group={{ nimbus_eth1_service_group }}
|
||||
SyslogIdentifier=nimbus-eth1-{{ nimbus_eth1_network }}-{{ nimbus_eth1_benchmark_type }}-benchmark
|
||||
SyslogFacility=local6
|
||||
SyslogLevel={{ nimbus_eth1_log_level }}
|
||||
SyslogLevel=debug
|
||||
RuntimeMaxSec={{ "24hr" if nimbus_eth1_benchmark_type == "short" else "168hr" }}
|
||||
TimeoutStartSec=36000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user