mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 18:09:03 +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,
|
||||
"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",
|
||||
|
Reference in New Issue
Block a user