-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Is there a way to log the output of the Git commands?
I didn't find any function right away that expected a LoggerInterface as a parameter, for example.
I noticed that the outputs from StdOut and StdErr are captured in the RunnerResult object. That would actually be exactly what I need.
But unfortunately only the run() method returns the RunnerResult object, not the commit() and push() methods.
So when I commit, I no longer have a way to access the RunnerResult.
How do I continue here?
Metadata
Metadata
Assignees
Labels
No labels