You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In go v1.21.0 a new package log/slog is introduced. Currently each component has its own logger implementation, which uses either log or sirupsen/logrus packages. We need to check how to unify the loggers and potentially use log/slog in favour of the current implementation. This may not only improve the code quality, but also it may help for reducing the binary size.
The text was updated successfully, but these errors were encountered:
In go v1.21.0 a new package log/slog is introduced. Currently each component has its own logger implementation, which uses either
log
orsirupsen/logrus
packages. We need to check how to unify the loggers and potentially uselog/slog
in favour of the current implementation. This may not only improve the code quality, but also it may help for reducing the binary size.The text was updated successfully, but these errors were encountered: