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
since changing to AcyclicGraph.Walk from AcyclicGraph.DepthFirstWalk, we're getting some debug log spam. This needs to be taken care of in the root cmd. We probably should just switch to the stdlib logging package and drop logrus because of this.
The text was updated successfully, but these errors were encountered:
What's the motivation for dropping logrus? Can we not just add a flag (maybe --log-level) that defaults to info or warn and set the logrus level from there?
since changing to
AcyclicGraph.Walk
fromAcyclicGraph.DepthFirstWalk
, we're getting some debug log spam. This needs to be taken care of in the root cmd. We probably should just switch to the stdlib logging package and drop logrus because of this.The text was updated successfully, but these errors were encountered: