Commit
·
b7378ca
1
Parent(s):
6928bb7
Add more debug information
Browse files- backend/app/asgi.py +1 -1
backend/app/asgi.py
CHANGED
@@ -95,7 +95,7 @@ async def startup_event():
|
|
95 |
logger.info(LogFormatter.info(f"Organization: {hf_config.HF_ORGANIZATION}"))
|
96 |
logger.info(
|
97 |
LogFormatter.info(
|
98 |
-
f"Token Status: {'
|
99 |
)
|
100 |
)
|
101 |
logger.info(LogFormatter.info("Using repositories:"))
|
|
|
95 |
logger.info(LogFormatter.info(f"Organization: {hf_config.HF_ORGANIZATION}"))
|
96 |
logger.info(
|
97 |
LogFormatter.info(
|
98 |
+
f"Token Status: {f'Using token starting with: {hf_config.HF_TOKEN[:4]}...' if hf_config.HF_TOKEN else 'Missing'}"
|
99 |
)
|
100 |
)
|
101 |
logger.info(LogFormatter.info("Using repositories:"))
|