-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Move entirely to zerolog #426
Conversation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Some of the changes are likely because of running I'll do a bit more cleanup and commit the suggestions here. 👍 |
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
|
@jolheiser Is it ready [... to review]? |
Should be. I ran it lightly locally, but I haven't yet gotten the hang of the ins and outs of testing CI locally haha |
did remove addition of lint tool - I tested it and it did not throw an error ... @jolheiser can you add the lint tool in a seperate pull and add it to the pipeline? |
This is WIP, I haven't had a chance to run it yet.
As a larger refactor I also ran
goimports
against the whole project...which seems to have made a bit more noise than I intended.Let me know if you'd like me to try and make it more incremental.
This PR removes
logrus
(and stdliblog
was used in a few places).It is a start towards #370, however it doesn't add much structured logging. I figured this was already noisy enough and structure could be done in a later PR.