no DEBUG log #1496

Closed
opened 2025-11-11 14:46:24 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @gulaschnascher4000 on GitHub (Jul 11, 2024).

Bug Report

Description

even if I adjust "DEBUG" in all sitatuions, I wont get any proper output.

Bug Summary:
INFO:config:GLOBAL_LOG_LEVEL: DEBUG
INFO:config:AUDIO_LOG_LEVEL: DEBUG
INFO:config:COMFYUI_LOG_LEVEL: DEBUG
INFO:config:CONFIG_LOG_LEVEL: DEBUG
INFO:config:DB_LOG_LEVEL: DEBUG
INFO:config:IMAGES_LOG_LEVEL: DEBUG
INFO:config:MAIN_LOG_LEVEL: DEBUG
INFO:config:MODELS_LOG_LEVEL: DEBUG
INFO:config:OLLAMA_LOG_LEVEL: DEBUG
INFO:config:OPENAI_LOG_LEVEL: DEBUG
INFO:config:RAG_LOG_LEVEL: DEBUG
INFO:config:WEBHOOK_LOG_LEVEL: DEBUG

Output:
INFO: Started server process [17690]
INFO: Waiting for application startup.
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
user-join 5uKxxAqShH8N852ZAAAB {'auth': {'token': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImQ0NDIyYjM2LTU0MTMtNDQ4MC05ZTVmLTBmNGE0NjUzYmQyMiJ9.jVADet3qZppcSfBKSP1kRYSomyix0jCke-7EM-fQQRM'}}
user eddi(d4422b36-5413-4480-9e5f-0f4a4653bd22) connected with session ID 5uKxxAqShH8N852ZAAAB

generate_title
gemma2:latest
['5uKxxAqShH8N852ZAAAB']
['5uKxxAqShH8N852ZAAAB']

Expected Behavior:
debug logs

Actual Behavior:
no debug logs

Originally created by @gulaschnascher4000 on GitHub (Jul 11, 2024). # Bug Report ## Description even if I adjust "DEBUG" in all sitatuions, I wont get any proper output. **Bug Summary:** INFO:config:GLOBAL_LOG_LEVEL: DEBUG INFO:config:AUDIO_LOG_LEVEL: DEBUG INFO:config:COMFYUI_LOG_LEVEL: DEBUG INFO:config:CONFIG_LOG_LEVEL: DEBUG INFO:config:DB_LOG_LEVEL: DEBUG INFO:config:IMAGES_LOG_LEVEL: DEBUG INFO:config:MAIN_LOG_LEVEL: DEBUG INFO:config:MODELS_LOG_LEVEL: DEBUG INFO:config:OLLAMA_LOG_LEVEL: DEBUG INFO:config:OPENAI_LOG_LEVEL: DEBUG INFO:config:RAG_LOG_LEVEL: DEBUG INFO:config:WEBHOOK_LOG_LEVEL: DEBUG Output: INFO: Started server process [17690] INFO: Waiting for application startup. INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. user-join 5uKxxAqShH8N852ZAAAB {'auth': {'token': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImQ0NDIyYjM2LTU0MTMtNDQ4MC05ZTVmLTBmNGE0NjUzYmQyMiJ9.jVADet3qZppcSfBKSP1kRYSomyix0jCke-7EM-fQQRM'}} user eddi(d4422b36-5413-4480-9e5f-0f4a4653bd22) connected with session ID 5uKxxAqShH8N852ZAAAB generate_title gemma2:latest ['5uKxxAqShH8N852ZAAAB'] ['5uKxxAqShH8N852ZAAAB'] **Expected Behavior:** debug logs **Actual Behavior:** no debug logs
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1496