-
Notifications
You must be signed in to change notification settings - Fork 106
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
chore!: adopt slog, drop go-kit/log #212
Conversation
cc: @SuperQ |
The lint failure is related to the Go upgrade. I merged the latest repo sync PR so the next sync should bring it up-to-date enough to support Go 1.23. |
A rebase should fix the lint issue. |
Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
The bulk of this change set was automated by the following script which is being used to aid in converting the various exporters/projects to use slog: https://gist.github.com/tjhop/49f96fb7ebbe55b12deee0b0312d8434 Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
0747d32
to
cdb9968
Compare
rebased 👍 |
Hmm |
Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
Woops, I tested builds after the rebase, didn't test linting or I would've seen that. Should be better now 👍 |
* [CHANGE] Drop XML statistics v2 support #171 * [CHANGE] Deprecate collection of task stats by default #200 * [CHANGE] Update logging library #212 * [ENHANCEMENT] Add metric `rpz_rewrites` #208 * [BUGFIX] Make log level configurable via command-line flag #182 Signed-off-by: SuperQ <superq@gmail.com>
* [CHANGE] Drop XML statistics v2 support #171 * [CHANGE] Deprecate collection of task stats by default #200 * [CHANGE] Update logging library #212 * [ENHANCEMENT] Add metric `rpz_rewrites` #208 * [BUGFIX] Make log level configurable via command-line flag #182 Signed-off-by: SuperQ <superq@gmail.com>
The bulk of this change set was automated by the following script which
is being used to aid in converting the various exporters/projects to use
slog:
https://gist.github.com/tjhop/49f96fb7ebbe55b12deee0b0312d8434