Skip to content

Commit 3561a6d

Browse files
authored
Update private_gpt/__init__.py
1 parent baa2fe6 commit 3561a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: private_gpt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
# Set to 'DEBUG' to have extensive logging turned on, even for libraries
6-
ROOT_LOG_LEVEL = "DEBUG"
6+
ROOT_LOG_LEVEL = "INFO"
77

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

0 commit comments

Comments
 (0)