mempool change logger from debug to info (#3426)

A lot of debug messages are flooding into the journal, this will make it less noisy
This commit is contained in:
ChuckNorrison
2022-11-09 11:00:17 +01:00
committed by GitHub
parent 9aaaa6f00e
commit 3e2fdb2b7b

View File

@@ -189,7 +189,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
"HTTP_PORT": 8999,
"API_URL_PREFIX": "/api/v1/",
"CACHE_DIR": "/mnt/hdd/app-storage/mempool/cache",
"POLL_RATE_MS": 2000
"POLL_RATE_MS": 2000,
"STDOUT_LOG_MIN_PRIORITY": "info"
},
"CORE_RPC": {
"USERNAME": "$RPC_USER",