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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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