On 8/9/10 9:00 PM, S Ahmed wrote:
Is this pretty much all the files that Cassandra generates? (have I missed any)
If you are running cassandra via the linux init scripts, you are setting "outfile" for jsvc to be :
"
        -outfile /var/log/$NAME/output.log \
"

And with :
"
        -errfile "&1" \
"

You get both what is on STDOUT and STDERR in your outfile. If you have Java GC debugging enabled, for example, it will be logged here.

=Rob

Reply via email to