Open
Description
Problem
When we need to triage issues that occur with developers we often need to know some information about the transaction that failed. The SDKs have example for how to enable this feature.
Java: https://github.com/hashgraph/hedera-sdk-java/blob/develop/examples/src/main/java/LoggerFunctionalitiesExample.java
JS: https://github.com/hashgraph/hedera-sdk-js/blob/develop/examples/logger-functionalities.js
Go: https://github.com/hashgraph/hedera-sdk-go/tree/develop/examples/logging
Solution
Create a tutorial that walks developers for how to enable this feature.
Alternatives
No response