Extra debug when checking for indexes.
This commit is contained in:
Jan Bartel 2016-10-07 09:50:33 +11:00
parent f2061cbe60
commit f7f49fa96e
1 changed files with 3 additions and 0 deletions

View File

@ -808,6 +808,9 @@ public class GCloudSessionDataStore extends AbstractSessionDataStore
{
//need to assume that the problem is the index doesn't exist, because there
//is no specific code for that
if (LOG.isDebugEnabled())
LOG.debug("Check for indexes", e);
return false;
}
}