Re: Getting logging messages in child process immediately

2021-06-22 Thread Mantas Gridinas
Try flushing or something equivalent On Tue, Jun 22, 2021, 10:44 Alex Orlov wrote: > > Hi all, > > I use JPMS test modules and for debugging I use the following command: > mvn -Dmaven.failsafe.debug="-Xdebug > -Xrunjdwp:transport=dt_socket,server=y,suspe=y,address=8000 -Xnoagent > -Djava.compile

Getting logging messages in child process immediately

2021-06-22 Thread Alex Orlov
Hi all,   I use JPMS test modules and for debugging I use the following command: mvn -Dmaven.failsafe.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspe=y,address=8000 -Xnoagent -Djava.compiler=NONE" clean verify -P it   So, all tests are executed in child process. However, there is one