Hi, Logging is configured through the log4j.xml file in the src/main/resources folder, which is configured such that logging goes to a file and the console at the same time. I would suggest to modify that file to not log to the console but only to the file.
Regards Felix Am Freitag, den 07.12.2007, 10:11 +0100 schrieb Bertrand Delacretaz: > Hi, > > I'm not sure how logging is configured for microsling, when running > "mvn test" or "mvn integration-test". > > The logs are way too verbose now, I'd like to have minimal output when > tests pass, and lots of debugging stuff in a log file to analyze when > tests fail. > > I could find out, but if someone already knows how/where to setup this > logging I'm all ears. > > -Bertrand
