Skip to content

Commit

Permalink
Add info about log level to readme (kuskoman#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuskoman authored Aug 12, 2023
1 parent 38acc61 commit b0fd12b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ The Helm chart has its own [README](./chart/README.md).

The application can be configured using the following environment variables, which are also loaded from `.env` file:

| Variable Name | Description | Default Value |
| -------------- | --------------------------------------------- | ----------------------- |
| `LOGSTASH_URL` | URL to Logstash API | `http://localhost:9600` |
| `PORT` | Port on which the application will be exposed | `9198` |
| `HOST` | Host on which the application will be exposed | empty string |
| Variable Name | Description | Default Value |
| -------------- | ----------------------------------------------------------- | ----------------------- |
| `LOGSTASH_URL` | URL to Logstash API | `http://localhost:9600` |
| `PORT` | Port on which the application will be exposed | `9198` |
| `HOST` | Host on which the application will be exposed | empty string |
| `LOG_LEVEL` | [Log level](https://pkg.go.dev/golang.org/x/exp/slog#Level) | empty (defaults to info) |

All configuration variables can be checked in the [config directory](./config/).

Expand Down

0 comments on commit b0fd12b

Please sign in to comment.