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
All the tests currently write directly to standard output. Migrating the message to any logging framework would help with debugging and it'd reduce overall clutter generated by tests.
Logging Requirements:
Time
Configurable Level (Debug, Info)
File Source
Frameworks for consideration:
go-logr/zap - used in the main code
slog - Structured Logging introduced as a standard library in Go 1.21
The text was updated successfully, but these errors were encountered:
All the tests currently write directly to standard output. Migrating the message to any logging framework would help with debugging and it'd reduce overall clutter generated by tests.
Logging Requirements:
Frameworks for consideration:
The text was updated successfully, but these errors were encountered: