Skip to content
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

Open
o-eissa opened this issue Jan 21, 2024 · 0 comments · May be fixed by #11
Open

Implement logging feature and format as in the Go SDK #10

o-eissa opened this issue Jan 21, 2024 · 0 comments · May be fixed by #11

Comments

@o-eissa
Copy link

o-eissa commented Jan 21, 2024

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"}

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 <omar.eissaanwar@gmail.com>
@o-eissa o-eissa linked a pull request Jan 21, 2024 that will close this issue
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 <omar.eissaanwar@gmail.com>

Signed-off-by: Omar Eissa <omar.eissaanwar@gmail.com>
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 <omar.eissaanwar@gmail.com>

Signed-off-by: Omar Eissa <omar.eissaanwar@gmail.com>
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 <omar.eissaanwar@gmail.com>

Signed-off-by: Omar Eissa <omar.eissaanwar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant