-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement logging feature and format as in the Go SDK #10
Comments
o-eissa
added a commit
to o-eissa/alvarium-sdk-python
that referenced
this issue
Jan 21, 2024
Fix project-alvarium#10 Signed-off-by: Omar Eissa <[email protected]>
o-eissa
added a commit
to o-eissa/alvarium-sdk-python
that referenced
this issue
Jan 23, 2024
Fix project-alvarium#10 Signed-off-by: Omar Eissa <[email protected]> Signed-off-by: Omar Eissa <[email protected]>
o-eissa
added a commit
to o-eissa/alvarium-sdk-python
that referenced
this issue
Jan 23, 2024
Fix project-alvarium#10 Signed-off-by: Omar Eissa <[email protected]> Signed-off-by: Omar Eissa <[email protected]>
o-eissa
added a commit
to o-eissa/alvarium-sdk-python
that referenced
this issue
Jan 23, 2024
Fix project-alvarium#10 Signed-off-by: Omar Eissa <[email protected]> Signed-off-by: Omar Eissa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"}
The text was updated successfully, but these errors were encountered: