Re: Cassandra 0.7 logging

2010-09-09 Thread Alaa Zubaidi
mber 08, 2010 7:34 AM To: user@cassandra.apache.org Subject: Re: Cassandra 0.7 logging I did most of the things you said, I will check the rest and double check all. Thanks and Regards, Alaa On 9/7/2010 9:20 PM, Aaron Morton wrote: AFAIK nothing has changed in the logging other than the name of the config

RE: Cassandra 0.7 logging

2010-09-07 Thread Viktor Jevdokimov
We found that on Windows only log4j.properties is working for logging, not log4-server.properties -Original Message- From: Alaa Zubaidi [mailto:alaa.zuba...@pdf.com] Sent: Wednesday, September 08, 2010 7:34 AM To: user@cassandra.apache.org Subject: Re: Cassandra 0.7 logging I did

Re: Cassandra 0.7 logging

2010-09-07 Thread Alaa Zubaidi
I did most of the things you said, I will check the rest and double check all. Thanks and Regards, Alaa On 9/7/2010 9:20 PM, Aaron Morton wrote: AFAIK nothing has changed in the logging other than the name of the config file. All the logging is done through log4j. Do not know about the windo

Re: Cassandra 0.7 logging

2010-09-07 Thread Aaron Morton
AFAIK nothing has changed in the logging other than the name of the config file. All the logging is done through log4j. Do not know about the windows install, but using the normal (non package install) on linux the /var/log/cassandra path was not automatically created. It's going to be a config pro

Re: Cassandra 0.7 logging

2010-09-07 Thread Alaa Zubaidi
I modified the log4-server.properties: /# Edit the next line to point to your logs directory log4j.appender.R.File=E:\var\log\cassandra\Cass07\system.log / Cassandra is installed on E: The var\log\cassandra is created on the same place where Cassandra is installed which is (in my case) "E" Ho

Re: Cassandra 0.7 logging

2010-09-07 Thread Aaron Morton
Ah, running on windows. Have you included the drive spec in the logging configuration, i.e. is you logging configured to use E:\var\log\cassandra\Cass07\system.logWhen you say cassandra created  /var/log/cassandra/system.log i'ts a bit confusing, what drive are you talking about ?AaronOn 08 Sep, 20

Re: Cassandra 0.7 logging

2010-09-07 Thread Alaa Zubaidi
Thanks Aaron, For some reason /var/log/cassandra/system.log does not have the 0.7 info, it has the Old 0.6.5 info. I modified the log4-server.properties and changed the default location and still did not get anything? I running on Windows by the way, and Cassandra created /var/log/cassandra

Re: Cassandra 0.7 logging

2010-09-07 Thread Aaron Morton
logging is configured in the conf/log4-server.properties file. The default location is /var/log/cassandra/system.logIt's enabled at the INFO level by default, and also logs to the file and stdout by default.AaronOn 08 Sep, 2010,at 12:44 PM, Alaa Zubaidi wrote: Hi, I are testing 0.7 and I cannot f