You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
When configured for loki, lib.logger does not support tables in the additional arguments.. So all the tags have to be set in a k:v string and that is really frustrating, since other methods do support tables.
Describe the solution you'd like
I am already working on a pull request to add support for having a table with tags as an argument.
Is your feature request related to a problem? Please describe.
When configured for loki, lib.logger does not support tables in the additional arguments.. So all the tags have to be set in a k:v string and that is really frustrating, since other methods do support tables.
Describe the solution you'd like
I am already working on a pull request to add support for having a table with tags as an argument.