Fork me on GitHub
#kaocha
<
2021-08-03
>
andrea.crotti14:08:25

I noticed that the default capture-output feature of kaocha captures all the println, but all the logs are still printed out

andrea.crotti14:08:08

is there a way to capture all the logs as well the same way prints are captured?

andrea.crotti15:08:49

not even sure how it's happening looking at the capture-outputcode, since it sets a different stream of output and error, I guess logging has to go to one of them

andrea.crotti15:08:17

but I see all the logs being printed out with both the dots and documentation reporters for example, and also passing the --capture-outputflag explicitly