Yes Krishnan. Here is my logging.properties file and how I call that in selenium.
I have taken a copy of logging.properties as selenium.log.properties and stored it in a directory /home/hudson and the file has this.
# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = OFFand I call the selenium suite like this,
java -jar $dir/itest-selenium/selenium-server-standalone-2.31.0.jar -Djava.util.logging.config.file=/home/hudson/selenium.log.propertiesBut, still it is not working. Am I doing something wrong here?
Aswini