Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
java -Xlog:all=trace:file=all.log -version sends the logging output to all.log but this also turns on compiler logging that prints 2500 lines to stdout. Nobody would do this, but the compiler logging should either not be enabled with -Xlog or it should use logging to print output somewhere not on the screen.
|