From beaf48196fc096409dba1c36649dac0cd8d83611 Mon Sep 17 00:00:00 2001 From: Andy Maleh <23052+AndyObtiva@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:02:28 -0400 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index bdc7867..a97ca17 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ Here are tasks considered for future versions. Once done, they are moved to the ## Next - Fix issue with attempting to modify a frozen hash when passed as value for `pd` command (check if frozen) +- Enable easier setting of the `pd` log level for a Rails application than requiring a `PutsDebuggerer.printer` lambda by offering the option `PutsDebuggerer.log_level`. - When using last arg as hash for options, leave out options that are not puts_debuggerer-specific for printing out - Support displaying the date/time of the pd printout via an option (local and global) - Display class#method for instance methods and class::method for class methods