There are a couple of issues in the com.google.cloud.logging.LoggingHandler
- Unused private methods:
getLoggingHandlers, hasLoggingHandler
- Assigning the handler to a specific logger, rather than the root, doesn't work.
com.example.handlers=com.google.cloud.logging.LoggingHandler
The second one needs to be investigated a bit more.
@jabubake FYI
There are a couple of issues in the
com.google.cloud.logging.LoggingHandlergetLoggingHandlers,hasLoggingHandlercom.example.handlers=com.google.cloud.logging.LoggingHandlerThe second one needs to be investigated a bit more.
@jabubake FYI