Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs-site/content/29.0/api/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,16 @@ TYPESENSE_DATA_DIR=/var/lib/typesense TYPESENSE_API_KEY=AS3das2awQ2 ./typesense-
```
</template>
</Tabs>

## Log Level

Since Typesense is using [glog](https://github.com/typesense/typesense/issues/475#issuecomment-1597713929), the log level can be set via the `GLOG_minloglevel` environment variable.

The values and their corresponding severity levels are as follows:

- `0` - INFO
- `1` - WARNING
- `2` - ERROR
- `3` - FATAL

For example, setting `GLOG_minloglevel=1` hides INFO logs, and only shows WARNING, ERROR, and FATAL.