Quantcast
Channel: Mobile - Couchbase Forums
Viewing all articles
Browse latest Browse all 1117

CouchBaseLite 3.1.1 : I have set the logging level to None for a domain, but still getting some logs from that domain

$
0
0

Hi I have set the logging level of DATABASE domain to NONE (see below code).
Java:
this.database.log.getConsole().setDomains(LogDomain.DATABASE); this.database.log.getConsole().setLevel(LogLevel.NONE);

It is blocking some logs from Database domain (Database logs which I was getting earlier is not coming now that is fine), However it is not 100% blocking the logs from DATABASE domain.
Example Log from DATABASE Domain:
00:23:17,797 ERROR [stderr] (DefaultQuartzScheduler_Worker-0) E/CouchbaseLite/DATABASE:{DB#7} Could not decrypt database with AES256

I am getting this logs from DATABASE Domain even after setting the loglevel to None.

It would be great if anyone could shed some light on this issue.

Thanks,
Lishakar

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1117

Trending Articles