You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now Okhttp's network calls are routed through SLF4J just like rest of SDK/Client APP that uses SDK logs so everything is formatted consistently and appears in the correct chronological order. Previously OkHttp was using the JVM's default java.util.logging, which caused its HTTP-level logs to be emitted separately and sometimes interleaved out of sequence.
0 commit comments