Skip to:
logging below the INFO level should be wrapped in
```if (CouchbaseLiteInternal.isDebugging() {Log.d(DEBUG...}
logging below the INFO level should be wrapped in
```
if (CouchbaseLiteInternal.isDebugging() {
Log.d(DEBUG...
}