@Ceki Gulcu you are right. That configuration file comes from a log4j properties file converted using log4j.properties to logback.xml Translator. I didn't notice the presence of different appenders writing to the same file.
I've corrected the configuration file (only one appender per file) e I've launched the load test: no tmp files have been created. It seems that the cause was a conflict between the appenders.
It would be nice that logback signaled the wrong configuration in some way...
Thanks for your help!
|