Add more info to gcloud write debug logging.
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
5a21d578cc
commit
075c665a77
|
@ -781,7 +781,7 @@ public class GCloudSessionDataStore extends AbstractSessionDataStore
|
|||
if (e.isRetryable())
|
||||
{
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("Datastore put retry {} waiting {}ms", attempts, backoff);
|
||||
LOG.debug(String.format("Datastore put retry=%s backoff=%s", attempts, backoff), e);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue