mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Updated README.md.
This commit is contained in:
parent
f925ec71e3
commit
d57134a92a
18
README.md
18
README.md
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user