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
logging#Config: Implement SetDefaults() to configure Output
Previously, logging output was configured in `Validate()` if not set, which is
inappropriate. It is now handled by implementing the `SetDefaults()` interface
from the `defaults` package.
0 commit comments