Make use of format specifiers in the logging library rather than relying on string.format(), which makes log output unnecessarily verbose.
Make use of format specifiers in the logging library rather than relying on string.format(), which makes log output unnecessarily verbose.