This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Java Cloud Debugger v3.1
- Supports the active debuggee feature (GoogleCloudPlatform/snapshot-debugger#76)
- Firebase Admin SDK debug logs can now be enabled
- The SDK uses slf4j, and the agent now includes the slf4j Simple logger
- One simple way to configure it is to add
-Dorg.slf4j.simpleLogger.defaultLogLevel=debugto the java command invocation. - See https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html for more information