apache / incubator-kie-issues

Apache License 2.0
11 stars 1 forks source link

kn workflow build output log should be saved in the target dir #1335

Open treblereel opened 1 week ago

treblereel commented 1 week ago

When running kn workflow build the user is clueless about what is happening unless the verbose flag is on. The problem is that they might have to run the build twice to figure out the problem.

It would be easier if the tool would output the build log to the /target/build.log file each time a build is performed. The CLI ought to override the file each time.

jira: https://issues.redhat.com/browse/KOGITO-7669