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
Our loggers are currently fmt and panic. Dagger uses zerolog, so unless we have reason to not want to use it again (cc @aluzzardi), we should configure it in cloak too. At the very minimum it would be nice to start writing informational+debug logs.
Our loggers are currently
fmtandpanic. Dagger useszerolog, so unless we have reason to not want to use it again (cc @aluzzardi), we should configure it in cloak too. At the very minimum it would be nice to start writing informational+debug logs.