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
Trusted publishing is the only part of the codebase using
`logger.debug()`, which can't be easily accessed from the CLI.
This PR changes these to either `logger.info` or `logger.warning()`,
such that all are visible with `--verbose`.
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
0 commit comments