Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
New
Description
The current batch suppresses console logs by @echo off, so you have to change this line to see those when something goes wrong.
It would be much better to save the console logs to a file, just like the luke.sh does (in the shell script all output to STDOUT and STDERR is redirected to a $HOME/.luke.d/luke_out.log.)
To make things clear: once the app successfully launches, all logs and stack traces in the Java app are properly handled by loggers.