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
Set trusted publishing logging to INFO/WARN (#1247)
* Set trusted publishing logging to INFO/WARN
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 <[email protected]>
* Set all but one to WARN, add changelog
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
---------
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
Co-authored-by: Ian Stapleton Cordasco <[email protected]>
0 commit comments