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
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
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
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
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
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
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
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