BrianGallew / cassandra_range_repair

python script to repair the primary range of a node in N discrete steps
MIT License
109 stars 47 forks source link

See if this fixes the Exception #33

Closed pcn closed 8 years ago

pcn commented 8 years ago

I haven't confirmed that this actually gets messages to syslog, but it is the correct module+class, so I think it's a step in the right direction.

BrianGallew commented 8 years ago

The behavior of the logging module varies depending on the Python version. Sadly.