Skip to content

Remove all debug logging from Workhorse

Jacob Vosmaer requested to merge jv-workhorse-no-debug into master

Workhorse has no way to enable debug logging at runtime so debug log statements are no-ops. At the same time, they are not free because the Go compiler does not know that they are no-ops. This commit removes all debug log messages from Workhorse.

Merge request reports

Loading