Skip to content

Commit

Permalink
Update private_gpt/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lopagela authored Nov 6, 2023
1 parent baa2fe6 commit 3561a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_gpt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

# Set to 'DEBUG' to have extensive logging turned on, even for libraries
ROOT_LOG_LEVEL = "DEBUG"
ROOT_LOG_LEVEL = "INFO"

PRETTY_LOG_FORMAT = (
"%(asctime)s.%(msecs)03d [%(levelname)-8s] %(name)+25s - %(message)s"
Expand Down

0 comments on commit 3561a6d

Please sign in to comment.