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
Currently, when using logger middleware with logger.New(), logs are always enabled. Add an option to conditionally disable these logs in logger.Config{} configuration depending on the environment (e.g., disable logs in production, enable them in development).