Don't log job output when debug logging is not enabled #543

Merged
rowan-allspice merged 4 commits from dont-log-job-output into main 2024-05-07 05:58:34 +00:00
rowan-allspice commented 2024-05-02 15:31:11 +00:00 (Migrated from gitea.com)

We wanted the ability to disable outputting the logs from the individual job to the console. This changes the logging so that job logs are only output to the console whenever debug logging is enabled in act_runner, while still allowing the Reporter to receive these logs and forward them to Gitea when debug logging is not enabled.

We wanted the ability to disable outputting the logs from the individual job to the console. This changes the logging so that job logs are only output to the console whenever debug logging is enabled in `act_runner`, while still allowing the `Reporter` to receive these logs and forward them to Gitea when debug logging is not enabled.
wolfogre (Migrated from gitea.com) approved these changes 2024-05-06 09:10:46 +00:00
wolfogre (Migrated from gitea.com) left a comment

Good idea! LGTM.

Good idea! LGTM.
lunny (Migrated from gitea.com) approved these changes 2024-05-07 05:58:08 +00:00
Sign in to join this conversation.