Atomikos Forum |
|
Hi! I am using Atomikos in a command line application. The application will need to write data to system.out that is going to be processed by yet another process.
Unfortunately, Atomikos writes several messages to System.out before deciding on a logging framework - thereby rendering the process output useless. Currently this can be suppressed by includind SL4J it seems. Just saying - it would be simple and more friendly to not write anything to stdout. Writing to stderr is much more acceptable already. Thanks, Henning |