Skip to content

Commit

Permalink
Enable debug log bydefault
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jul 11, 2024
1 parent 702df6a commit 2d05f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_canal/log.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

USER_DEFINED_LOG_LEVEL = os.getenv("REDIS_CANAL_LOG_LEVEL", "INFO")
USER_DEFINED_LOG_LEVEL = os.getenv("REDIS_CANAL_LOG_LEVEL", "DEBUG")

os.environ["LOGURU_LEVEL"] = USER_DEFINED_LOG_LEVEL

Expand Down

0 comments on commit 2d05f0b

Please sign in to comment.