Support api-key in query-string for backend-api;

This commit is contained in:
2023-06-29 11:15:24 -05:00
parent b75fd29a57
commit 3ae938ac6e
7 changed files with 169 additions and 32 deletions

View File

@ -283,11 +283,11 @@ public class QJavalinImplementation
}
catch(QInstanceValidationException e)
{
LOG.warn(e.getMessage());
LOG.error("Validation Error while hot-swapping QInstance", e);
}
catch(Exception e)
{
LOG.error("Error swapping QInstance", e);
LOG.error("Error hot-swapping QInstance", e);
}
}
}