Hi
We are currently using Sync Gateway 1.3 and are observing a huge number of requests made by a user of our app using Couchbase Lite 1.1.0 for Android.
The requests all query what I think is the replication state document on the server, but the server is responding with a 401 response:
2017-02-09T15:37:34.657Z HTTP: #392612: GET /bucketname/_local/c6b59f141990370def12edcf8111c171781829fa
2017-02-09T15:37:34.657Z HTTP: #392612: → 401 Login required (2.1 ms)
These requests happen several times per second and always result in the same response. The same UID is used every time and we are certain it is the same user making these requests.
Is there any way of increasing the log level so we can further investigate which user is making the request? I assume he is logged in but the session expired or something.