fix: sysloglevel needs to be in lower case

This commit is contained in:
Siddarth Kumar 2024-12-27 20:23:30 +05:30
parent 4b635b0ab2
commit 273ff512d9
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

View File

@ -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