-
Notifications
You must be signed in to change notification settings - Fork 33
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
Enhancement: Backend template logging improvements #140
Labels
Comments
marefr
changed the title
Bug: Backend template logging improvements
Enhancement: Backend template logging improvements
Nov 11, 2022
marefr
moved this from 📬 Uncategorized
to 📅 Planned
in Plugins Platform / Grafana Community
Nov 11, 2022
marefr
moved this from 📅 Planned
to 📬 Uncategorized
in Plugins Platform / Grafana Community
Nov 11, 2022
tolzhabayev
moved this from 📬 Uncategorized
to 📅 Planned
in Plugins Platform / Grafana Community
Nov 11, 2022
FYI - I have just checked the examples and they use
|
xnyo
moved this from 📅 Planned
to 🧑💻 In development (Limit 6)
in Plugins Platform / Grafana Community
Nov 15, 2022
Repository owner
moved this from 🧑💻 In development (Limit 6)
to 🚀 Shipped
in Plugins Platform / Grafana Community
Nov 15, 2022
🚀 Issue was released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Package Name
create-plugin
What happened?
Logging being made with Info level.
plugin-tools/packages/create-plugin/templates/backend/pkg/plugin/datasource.go
Line 47 in a5e2abc
plugin-tools/packages/create-plugin/templates/backend/pkg/plugin/datasource.go
Line 97 in a5e2abc
What you expected to happen
Logging being made with
Debug
level since the frequency of QueryData calls can be high and could create a large amount of logged messages.How to reproduce it (as minimally and precisely as possible)
N/A
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: