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
Somewhat related, I'd love to do a revamp of logging. There's some places where we use the go logger (e.g. cmd/empire) and some places where we use pkg/logger. It'd also probably be good to remove the dependency on pkg/logger and bring it in as remind101/empire/logger.
This would let us add more debug logging via
logger.Debug(ctx, ...)
and only enable these during dev or debugging.The text was updated successfully, but these errors were encountered: