Change log¶ ↑
v0.6.0 - 2020-12-05¶ ↑
Added¶ ↑
-
Add :enable_color option to control coloring in the console handler
Changed¶ ↑
-
Change add_handler to accept handler configuration options as an extra parameter
Fixed¶ ↑
-
Fix removing handlers by name or type
v0.5.0 - 2020-09-27¶ ↑
Added¶ ↑
-
Add :message_format option to customize how messages are displayed in the console by Josh Greenwood (@JoshTGreenwood)
Fixed¶ ↑
-
Fix to select event name from valid log types or current level by Ryan Schlesinger (@ryansch)
-
Fix duplicate filters attribute definition in
TTY::Logger::Config
v0.4.0 - 2020-07-29¶ ↑
Added¶ ↑
Changed¶ ↑
-
Change gemspec to update pastel version and restrict only to minor version
Fixed¶ ↑
-
Fix to filter sensitive information from exceptions
v0.3.0 - 2020-01-01¶ ↑
Added¶ ↑
-
Add ability to filter sensitive information out of structured data
Changed¶ ↑
-
Remove the test and task files from the gemspec
Fixed¶ ↑
-
Fix console handler highlighting of nested hash keys
v0.2.0 - 2019-09-30¶ ↑
Added¶ ↑
-
Add ability to add structured data inside logging block
-
Add ability to filter sensitive data
-
Add ability to define custom log types
-
Add ability to temporarily log at different level
-
Add performance tests
Changed¶ ↑
-
Change to dynamically define log types
v0.1.0 - 2019-07-21¶ ↑
-
Initial implementation and release