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

Missing logging/logrus #35

Closed
jay-youngn opened this issue Dec 10, 2024 · 3 comments
Closed

Missing logging/logrus #35

jay-youngn opened this issue Dec 10, 2024 · 3 comments
Assignees

Comments

@jay-youngn
Copy link

Where is logging/logrus

go mod tidy

go: finding module for package gorm.io/plugin/opentelemetry/logging/logrus
go: pkg/tracing imports
        gorm.io/plugin/opentelemetry/logging/logrus: module gorm.io/plugin/opentelemetry@latest found (v0.1.10), but does not contain package gorm.io/plugin/opentelemetry/logging/logrus
@jay-youngn
Copy link
Author

#32
It looks like a new mod has been created.
However package path was incorrect in this project.

When importing gorm.io/plugin/opentelemetry/tracing and gorm.io/plugin/opentelemetry/logging/logrus,
And upgrade gorm.io/plugin/opentelemetry to v0.1.9 above

Run go get -u gorm.io/plugin/opentelemetry/logging/logrus
Will see ...reading https://gorm.io/plugin/opentelemetry/logging/logrus?go-get=1: 404 Not Found...

@zstone12
Copy link
Collaborator

@jay-youngn Thank you for your feedback, I am trying to fix it.

@zstone12 zstone12 mentioned this issue Dec 11, 2024
3 tasks
@zstone12
Copy link
Collaborator

@jay-youngn fixed. You can use the latest version(v0.1.11).

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

No branches or pull requests

3 participants