Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
a55bd87
1
Parent(s): c05255a
changed logging from info to debug
Browse filesSigned-off-by: apple muncy <apple@llama-3.local>
- 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.
|
| 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()
|