Support Template Strings for log messages (#1397)#1398
Support Template Strings for log messages (#1397)#1398TurtleOrangina wants to merge 1 commit intoDelgan:masterfrom
Conversation
025a55e to
8ebac5d
Compare
8ebac5d to
5bcc344
Compare
|
Thank you for this initial implementation. This seems like an excellent solution to compensate for the planned removal of Please allow me not to merge this PR immediately because I want to think a little about possible integrations of t-strings, but it seems very fine to me as is. |
|
Of course! Let me know if you want any changes. |
|
2 month reminder :). I read in a different PR that you are working on some larger refactoring, but wouldn't it make sense to get the simpler things that are already ready merged and maybe make a minor release with them? I would sure enjoy the ability to use |
|
Hi! Just checking in to see if there are any updates on this PR. It would be a handy addition for a project I’m currently working on. Thanks! |
Implements support for python 3.14 template strings:
Will evaluate lazily, e.g. if the minimum log level means no debug messages are logged, the large_obj will not be converted to string.