We added a built-in logging module in the go SDK to conform to a certain structured logging format.
This issue targets the development task to implement the logger module that logs with the same structured format as the Go SDK.
Example Log:
{"timestamp":"2023-12-11T14:28:39Z","log-level":"error","message":"This is an error message","hostname":"DESKTOP-0QCUII1","application":"/tmp/go-build4235426231/b001/exe/main","line-number":"main.py:12"}