|
|
|
|
|
by nimish
1507 days ago
|
|
The "Use logging's interpolation" warning has always annoyed me. If logging is in your hot path, that might be an issue. Me f-string interpolating some info logs that run once for convenience is not. Low value junk like this is not helpful. |
|