##// END OF EJS Templates
MAINT: don't use f-strings in logs...
MAINT: don't use f-strings in logs There are many reason not to use f-string in logs, - F-strings are eager, so might be slow. - prevent structured logging or handler to highlight. - Security (untrusted input can lead to DOS on formatting, https://discuss.python.org/t/safer-logging-methods-for-f-strings-and-new-style-formatting/13802) - Performance (we can filter before formatting).

File last commit:

r2009:2a0ba18d
r28051:bef3df12
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer