mirror of
https://github.com/open-webui/docs
synced 2025-06-13 01:52:25 +00:00
mention docker compose syntax for logging level
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
parent
490033a775
commit
6e425a0db2
@ -45,6 +45,12 @@ For example, to set `DEBUG` logging level as a Docker parameter use:
|
|||||||
--env GLOBAL_LOG_LEVEL="DEBUG"
|
--env GLOBAL_LOG_LEVEL="DEBUG"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or for Docker Compose put this in the environment section of the docker-compose.yml file (notice the absence of quotation signs):
|
||||||
|
```
|
||||||
|
environment:
|
||||||
|
- GLOBAL_LOG_LEVEL=DEBUG
|
||||||
|
```
|
||||||
|
|
||||||
### App/Backend ###
|
### App/Backend ###
|
||||||
|
|
||||||
Some level of granularity is possible using any of the following combination of variables. Note that `basicConfig` `force` isn't presently used so these statements may only affect Open-WebUI logging and not 3rd party modules.
|
Some level of granularity is possible using any of the following combination of variables. Note that `basicConfig` `force` isn't presently used so these statements may only affect Open-WebUI logging and not 3rd party modules.
|
||||||
|
Loading…
Reference in New Issue
Block a user