Task #856
Mis à jour par Matthieu Decorde il y a plus de 11 ans
Create the "-log" option that enables all technical logs of a starting TXM instance :
* show stacktraces
* set log level to INFO
The "-log" option can be used with the "-noredirection" to print messages in stdout and the "-debug" RCP option for more technical logs.
Example:
<pre>
/Applications/TXM/TXM/TXM.app/Contents/MacOS/TXM -run --launcher.ini "$HOME/.txm/TXM.ini" -data "$HOME/.txm" -user "$HOME/.txm/user" -configuration "$HOME/.txm/configuration" -debug -eclipse.consoleLog -eclipse.log.level=ALL -noredirection -log
</pre>
* show stacktraces
* set log level to INFO
The "-log" option can be used with the "-noredirection" to print messages in stdout and the "-debug" RCP option for more technical logs.
Example:
<pre>
/Applications/TXM/TXM/TXM.app/Contents/MacOS/TXM -run --launcher.ini "$HOME/.txm/TXM.ini" -data "$HOME/.txm" -user "$HOME/.txm/user" -configuration "$HOME/.txm/configuration" -debug -eclipse.consoleLog -eclipse.log.level=ALL -noredirection -log
</pre>