Updated README.md.

This commit is contained in:
Maria Carmina 2022-09-23 16:59:43 +03:00
parent f925ec71e3
commit d57134a92a
1 changed files with 18 additions and 0 deletions

View File

@ -95,6 +95,24 @@ export AQUARIUS_VERSION=v2.0.0
./start_ocean.sh
```
### Log levels
You can specify what type of logs barge should display for `Aquarius`, `Provider` or `Subgraph`
by exporting the following environment variables.
- `AQUARIUS_LOG_LEVEL`
- `PROVIDER_LOG_LEVEL`
- `SUBGRAPH_LOG_LEVEL`
Currently, they are all set to `INFO`.
For example:
```bash
export AQUARIUS_LOG_LEVEL=DEBUG
./start_ocean.sh
```
### All Options
| Option | Description |