Update docker default min loglevel to info

This commit is contained in:
Felipe Knorr Kuhn
2022-02-17 20:51:04 -08:00
parent 25f4650f5a
commit fade8de22b
2 changed files with 3 additions and 3 deletions

View File

@@ -91,11 +91,11 @@ JSON:
"PRICE_FEED_UPDATE_INTERVAL": 600,
"USE_SECOND_NODE_FOR_MINFEE": false,
"EXTERNAL_ASSETS": ["https://mempool.space/resources/pools.json"],
"STDOUT_LOG_MIN_PRIORITY": "debug"
"STDOUT_LOG_MIN_PRIORITY": "info"
},
```
docker-compose overrides::
docker-compose overrides:
```
MEMPOOL_NETWORK: ""
MEMPOOL_BACKEND: ""