Closed
Description
Act version
act version 0.2.68
Feature description
I may be doing something wrong, but act
always prints all debug messages during runs. This is extremely noisy and unhelpful. It should not be the default, and at least it should able to be turned off.
Is there a trick to disabling debug logging?
As a workaround, I sometimes do act | grep -vE .*debug.*
, for example, but this is less than ideal