HI,
I have a jar using log4j, it has only a file appender.
If I run it from eclipse or from windows command line it works fine, but if I call the jar from cobol the logger is printed in the console too.
I guess cobol is the problem, how could I deactivate the console log
thx a lot!