With the current logging logic in the SDK, the logs are not recorded anywhere, causing the logs in the SDK to be meaningless.
This PR updates the current Java Util Logger with FunctionKustoHandler, a customized java.util.logging.Handler that will stream the logs into kusto table. The picture below shows an example.
Pull request checklist
[x] My changes do not require documentation changes
[ ] Otherwise: Documentation issue linked to PR
[x] My changes are added to the CHANGELOG.md
[x] I have added all required tests (Unit tests, E2E tests)
Issue describing the changes in this PR
With the current logging logic in the SDK, the logs are not recorded anywhere, causing the logs in the SDK to be meaningless.
This PR updates the current Java Util Logger with
FunctionKustoHandler
, a customizedjava.util.logging.Handler
that will stream the logs into kusto table. The picture below shows an example.Pull request checklist
CHANGELOG.md
Additional information
Additional PR information