Assigned
Status Update
Comments
cl...@google.com <cl...@google.com> #2
Hello, can you please attach a sample that reproduces your error?
No update yet.
Hello, can you please attach a sample that reproduces your error?
Description
Version used: 3.2.1
Devices/Android versions reproduced on: All
Currently on JVM everything is logged regardless of the level. The PagingLogger object on JVM implements the method `isLoggable` to always return true. Ideally it should instead check a property via `System.getProperty`, or some other method. Having it log everything really pollutes the logs especially with logs of items and makes it harder to look for more important messages.