kbendick edited a comment on issue #3091: URL: https://github.com/apache/iceberg/issues/3091#issuecomment-915760298
There are two types of debug logging. Both are enabled by setting a GitHub secret in the repo to `true`. Enable runner diagnostic logging (information about how the runner processed and set up jobs etc): set the repo secret `ACTIONS_RUNNER_DEBUG` to `true`. Increasing log verbosity - Set the repo secret `ACTIONS_STEP_DEBUG` to `true`. How to create encrypted secrets (includes `gh` cli): https://docs.github.com/en/actions/reference/encrypted-secrets (basically `gh secrets create ....`). I believe this includes all secrets, but there's also an HTTP API which might not be "encrypted". CLI seems easiest. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
