Open
Description
Expected behavior
The DefaultLogger
class was removed as was the GraphServiceClient.builder()
which had a logger()
with no obvious replacement. Do we have to access low level OkHttp
to add a logging interceptor? All I want to do is set logging to DEBUG
vs. INFO
based on the user's config.
Actual behavior
No way to easily set the logging level.
Steps to reproduce the behavior
I migrated from 5.77.0 to 6.6.0