apple muncy commited on
Commit
a55bd87
·
1 Parent(s): c05255a

changed logging from info to debug

Browse files

Signed-off-by: apple muncy <apple@llama-3.local>

Files changed (1) hide show
  1. auth_server.py +1 -1
auth_server.py CHANGED
@@ -164,7 +164,7 @@ def main(port: int) -> int:
164
 
165
  Uses simple hardcoded credentials for demo purposes.
166
  """
167
- logging.basicConfig(level=logging.INFO)
168
 
169
  # Load simple auth settings
170
  auth_settings = SimpleAuthSettings()
 
164
 
165
  Uses simple hardcoded credentials for demo purposes.
166
  """
167
+ logging.basicConfig(level=logging.DEBUG)
168
 
169
  # Load simple auth settings
170
  auth_settings = SimpleAuthSettings()