Add more info to gcloud write debug logging.

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2020-11-09 17:28:19 +01:00
parent 5a21d578cc
commit 075c665a77
1 changed files with 1 additions and 1 deletions

View File

@ -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
{