knx-exporter icon indicating copy to clipboard operation
knx-exporter copied to clipboard

Replace `logrus` with `log/slog`

Open chr-fritz opened this issue 2 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. Currently knx-exporter uses logrus for structural logging. Since golang 1.21 integrated a new logging library (see https://pkg.go.dev/log/[email protected]) directly into the standard library it meight be better in the future to switch to this new logging library as most of the other dependencies meight also switch to log/slog.

chr-fritz avatar Aug 25 '23 15:08 chr-fritz