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
FYI, In #4635 I am adopting log/slog which is leveled. I used Info as the level everywhere during my conversion, but we could use other levels as well.
I would strongly prefer we use slog instead of taking a dependency on a third-party package.
For current azd, the logger only has one level: output or not output.
It's a reasonable request to support multi-level log in azd. Here are common used levels: info, warn, error.
And I found loggers for go lang:
The text was updated successfully, but these errors were encountered: