Open
Description
Is there any appetite to replace logrus, seeing as how it's in maintenance mode? (would a PR be accepted?)
As a library package, libnuke
should probably prefer slog
from Go's stdlib, and CLI packages (that benefit from color, formatting, etc.) should consider something like https://github.com/charmbracelet/log that can be passed as an slog
handler.
What do you think?