mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
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:
@@ -189,7 +189,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
"HTTP_PORT": 8999,
|
"HTTP_PORT": 8999,
|
||||||
"API_URL_PREFIX": "/api/v1/",
|
"API_URL_PREFIX": "/api/v1/",
|
||||||
"CACHE_DIR": "/mnt/hdd/app-storage/mempool/cache",
|
"CACHE_DIR": "/mnt/hdd/app-storage/mempool/cache",
|
||||||
"POLL_RATE_MS": 2000
|
"POLL_RATE_MS": 2000,
|
||||||
|
"STDOUT_LOG_MIN_PRIORITY": "info"
|
||||||
},
|
},
|
||||||
"CORE_RPC": {
|
"CORE_RPC": {
|
||||||
"USERNAME": "$RPC_USER",
|
"USERNAME": "$RPC_USER",
|
||||||
|
Reference in New Issue
Block a user