mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: pass through log level arg for node
This commit is contained in:
parent
5bf9dca79e
commit
9a2bbb8b64
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ impl Helper {
|
|||
args.push(state.out_peers.to_string());
|
||||
args.push("--in-peers".to_string());
|
||||
args.push(state.in_peers.to_string());
|
||||
args.push("--log-level".to_string());
|
||||
args.push(state.log_level.to_string());
|
||||
args.push("--sync-pruned-blocks".to_string());
|
||||
if state.dns_blocklist {
|
||||
args.push("--enable-dns-blocklist".to_string());
|
||||
|
|
Loading…
Reference in a new issue