From 58b2a23b47e76d352ea34abcde360b3298777a0e Mon Sep 17 00:00:00 2001 From: gruve-p Date: Tue, 21 Sep 2021 13:36:28 +0200 Subject: [PATCH] Correct btc regtest logfolder --- configs/coins/bitcoin_regtest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/coins/bitcoin_regtest.json b/configs/coins/bitcoin_regtest.json index 44e1f095..e1f3168f 100644 --- a/configs/coins/bitcoin_regtest.json +++ b/configs/coins/bitcoin_regtest.json @@ -31,7 +31,7 @@ "bin/bitcoin-qt" ], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/bitcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", - "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/regtest3/*.log", + "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/regtest/*.log", "postinst_script_template": "", "service_type": "forking", "service_additional_params_template": "",