tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

Print full stack trace in cqlsh when exceptions encountered #69

Open tolbertam opened 7 years ago

tolbertam commented 7 years ago

There are several places in Cqlsh code that prints only the exception message. Since weird errors can happen in C*, we should log the full stack trace.