TwP / logging

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.
https://rubygems.org/gems/logging
MIT License
530 stars 101 forks source link

Exception cause cleanup #167

Closed TwP closed 7 years ago

TwP commented 7 years ago

Adding a limit the number of nested exceptions that can show up when printing exception errors via a layout. Also cleaning up the backtraces to remove gobs of duplicate backtrace lines.