after cassandra startup I am getting at the console:
$ log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
INFO [main] 2012-12-18 10:49:45,773 Loading conf files: ./conf/address.yaml
INFO [main] 2012-12-18 10:49:45,825 Java vendor/version: OpenJDK 64-Bit Server VM/1.6.0_22
INFO [main] 2012-12-18 10:49:45,825 Waiting for the config from OpsCenter
INFO [main] 2012-12-18 10:49:45,829 SSL communication is disabled
INFO [main] 2012-12-18 10:49:45,829 Creating stomp connection to 172.17.4.26:61620
INFO [main] 2012-12-18 10:49:45,837 Attempting to determine Cassandra's broadcast address through JMX
INFO [StompConnection receiver] 2012-12-18 10:49:45,838 Reconnecting in 0s.
how can I omit these console output (stdout) messages ?
(I tried and tried to figure out log4j-server.properties, with no success)
