Skip to content

Commit 74f4d27

Browse files
fix(env): use LOGLEVEL key in root .env.example
Agent-Logs-Url: https://github.com/MervinPraison/PraisonAI/sessions/7fe15070-18b9-4586-ba5e-a70c271db412 Co-authored-by: MervinPraison <454862+MervinPraison@users.noreply.github.com>
1 parent 7b09411 commit 74f4d27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ WHATSAPP_PHONE_NUMBER_ID=... # WhatsApp phone number ID
3838
DATABASE_URL=sqlite:///~/.praison/database.sqlite # Database connection string
3939

4040
# === Optional: Development ===
41-
LOG_level=INFO # Logging level (DEBUG, INFO, WARNING, ERROR)
41+
LOGLEVEL=INFO # Logging level (DEBUG, INFO, WARNING, ERROR)
4242
CHAINLIT_AUTH_SECRET=... # Chainlit authentication secret
43-
DEBUG=false # Enable debug mode
43+
DEBUG=false # Enable debug mode

0 commit comments

Comments
 (0)