storj: set log level to error
This commit is contained in:
parent
0858206619
commit
346f94346a
@ -101,7 +101,10 @@ in
|
||||
if ! test -f ${value.configDir}/config.yaml; then
|
||||
${storj}/bin/storagenode setup ${args}
|
||||
fi
|
||||
${storj}/bin/storagenode run ${args}
|
||||
|
||||
${storj}/bin/storagenode run \
|
||||
--log.level error \
|
||||
${args}
|
||||
'';
|
||||
|
||||
serviceConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user