Replaced logcat by TinyLog

This commit is contained in:
M66B
2023-12-14 13:18:41 +01:00
parent 5b96003259
commit 37dea4eb32
14 changed files with 205 additions and 70 deletions

View File

@@ -774,7 +774,7 @@ public class EmailService implements AutoCloseable {
breadcrumbs = new RingBuffer<>(BREADCRUMBS_SIZE);
boolean trace = (debug || log || Log.isDebugLogLevel());
boolean trace = (debug || log);
isession.setDebug(trace);
if (trace)