Warn 'Authentication failed' (#4117)
This commit is contained in:
committed by
GitHub
parent
82b1045897
commit
4dcc8ed725
@@ -69,7 +69,7 @@ async def messages(
|
||||
organization_id = await auth(apikey=apikey, token=token, websocket=websocket)
|
||||
|
||||
if not organization_id:
|
||||
LOG.error(
|
||||
LOG.warning(
|
||||
"Authentication failed.",
|
||||
browser_session_id=browser_session_id,
|
||||
workflow_run_id=workflow_run_id,
|
||||
|
||||
Reference in New Issue
Block a user