Skip to content

Use logrus, clean output, kill HandlerOptions

Addshore requested to merge logrus into main

Verbosity and logging was still in its first version before this commit. Now we use logrus, no logner pass verbosity around in odd ways, and it all feels nice.

HandlerOptions has been an issue in the code base since the early days, now it is all gone!

There is 1 spinner that I have removed for now, but left a TODO to add it back, possibly with one of these new fancy libraries!

Merge request reports