just a quick question, does anyone know how or where I can disable the console outputs when I run the TesterMainGuidMode?
I would like to comment it out so that no outputs are generated besides my own outputs. It also saves a lot of time because it takes time to output so many lines. I locked the console.scroll but anyway it would be great if I can comment that out.
To change logging settings please edit rc/log4j.properties file. Change the following lines from INFO to ERROR:
#Filter for dukascopy logs log4j.category.com.dukascopy=ERROR #Filter for dukascopy transport logs log4j.category.com.dukascopy.transport.client=ERROR #Filter for mina logs log4j.category.org.apache.mina=ERROR