Hello all I'm having problems with log configuration in my s4 apps. Have tried a lot of things in order to change the default behaviour of logback, but none of them worked. These were my attempts (some of them might look a bit strange or desperate):
- Put logback.xml in subprojects/s4-tools/build/install/s4-tools/lib/ directory as suggested in doc, and even in lib/ directory. - Edited all the logback.xml files in my s4 directory, changing level and/or pattern - Edited all the default.s4.core.properties files, changing level - Added both files to my application in /src/main/resources/ directory, so they are included in the built jar (checked). No result. - Tried to pass s4.logger_level=info as a parameter in node start. A received an exception from ParametersInjectionModule: property already configured. - Tried to pass that parameter in s4r deploy. Nothing changed. My actual s4 version is 0.6.0 final, built from src (was 0.5.0 but updated myself because of this!) Any ideas? maybe I'm going with log4j... Thanks + Regards