Skip to content

Commit

Permalink
docs: remove mentions of bifrost gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Feb 29, 2024
1 parent 33f8b81 commit cdc8914
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Default: `error`
Example:

```console
GOLOG_LOG_LEVEL="error,bifrost-gateway=debug,caboose=debug" bifrost-gateway
GOLOG_LOG_LEVEL="error,rainbow=debug,caboose=debug" rainbow
```

### `GOLOG_LOG_FMT`
Expand All @@ -146,13 +146,11 @@ The logging format defaults to `color` when the output is a terminal, and

### `GOLOG_FILE`

Sets the file to which the Bifrost Gateway logs. By default, the Bifrost Gateway
logs to the standard error output.
Sets the file to which the logs are saved. By default, they are printed to the standard error output.

### `GOLOG_TRACING_FILE`

Sets the file to which the Bifrost Gateway sends tracing events. By default,
tracing is disabled.
Sets the file to which the tracing events are sent. By default, tracing is disabled.

Warning: Enabling tracing will likely affect performance.

Expand Down

0 comments on commit cdc8914

Please sign in to comment.