Update logging.md

remove `LITELLM_LOG_LEVEL`
This commit is contained in:
Silentoplayz 2024-12-26 21:14:05 -05:00
parent 1a816f25b9
commit 8e560d3324

View File

@ -56,7 +56,6 @@ Some level of granularity is possible using any of the following combination of
| `CONFIG_LOG_LEVEL` | Configuration handling | | `CONFIG_LOG_LEVEL` | Configuration handling |
| `DB_LOG_LEVEL` | Internal Peewee Database | | `DB_LOG_LEVEL` | Internal Peewee Database |
| `IMAGES_LOG_LEVEL` | AUTOMATIC1111 stable diffusion image generation | | `IMAGES_LOG_LEVEL` | AUTOMATIC1111 stable diffusion image generation |
| `LITELLM_LOG_LEVEL` | LiteLLM proxy |
| `MAIN_LOG_LEVEL` | Main (root) execution | | `MAIN_LOG_LEVEL` | Main (root) execution |
| `MODELS_LOG_LEVEL` | LLM model interaction, authentication, etc. | | `MODELS_LOG_LEVEL` | LLM model interaction, authentication, etc. |
| `OLLAMA_LOG_LEVEL` | Ollama backend interaction | | `OLLAMA_LOG_LEVEL` | Ollama backend interaction |