From: Erik V. <eri...@xs...> - 2012-06-01 19:37:01
|
Nice entry for the wiki! > To turn of logging for the revenue calculation: > > * If you have a working development setup simply change a line inside > log4j.properties (change from INFO to FATAL). > > # log4j.logger.rails.algorithms=INFO > log4j.logger.rails.algorithms=FATAL > > * If you use the latest release version: > > Copy the attached logging file into the working directory of rails (that with > the rails jar and rails.sh rails-bat) and start rails with this > command: > > java -Dlog4j.configuration="file:log4j_woa.properties" -jar rails-1.7.5.jar > > Stefan |