Skip to content

Commit

Permalink
Small update to global example
Browse files Browse the repository at this point in the history
  • Loading branch information
lainedfles committed Mar 30, 2024
1 parent 99982a4 commit 5efe3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ The default global log level of `INFO` can be overridden with the `GLOBAL_LOG_LE
In addition to all Open-WebUI `log()` statements, this also affects any imported Python modules that use the Python Logging module `basicConfig` mechanism including [urllib](https://docs.python.org/3/library/urllib.html).

For example, set as a Docker parameter:
For example, set `DEBUG` logging level as a Docker parameter:
```
--env GLOBAL_LOG_LEVEL="INFO"
--env GLOBAL_LOG_LEVEL="DEBUG"
```

### App/Backend ###
Expand Down

0 comments on commit 5efe3d5

Please sign in to comment.