Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohora authored Sep 3, 2024
1 parent 75f662d commit 56a4714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/opik-backend/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
logging:
level: ${GENERAL_LOGS_LEVEL:-INFO}
level: ${GENERAL_LOG_LEVEL:-INFO}
loggers:
com.comet: ${OPIK_LOGS_LEVEL:-INFO}
com.comet: ${OPIK_LOG_LEVEL:-INFO}

database:
url: ${STATE_DB_URL:-jdbc:mysql://localhost:3306/opik?createDatabaseIfNotExist=true&rewriteBatchedStatements=true}
Expand Down

0 comments on commit 56a4714

Please sign in to comment.