Files
core/tests
J. Nick Koston bf5cf382dc Avoid useless stat() syscalls for every logger record (#114987)
* Avoid useless stat() syscalls for every logger record

shouldRollover will always return False since we do
not use maxBytes as we are only using RotatingFileHandler
for the backupCount option. Since every log record will
stat the log file to see if it exists and if its a normal
file, we can override the shouldRollover to reduce the
logging overhead quite a bit

https://github.com/python/cpython/blob/1d3225ae056245da75e4a443ccafcc8f4f982cf2/Lib/logging/handlers.py#L189

* assert False is False
2024-04-05 22:00:09 -04:00
..
2024-03-26 00:02:16 +01:00
2024-03-18 00:40:38 +01:00
2024-04-01 11:11:59 +02:00
2024-04-01 21:28:54 +02:00
2024-03-20 21:05:07 +01:00
2024-03-26 00:02:16 +01:00
2024-03-26 00:02:16 +01:00