cpx-python currently uses the default Python logger, which can potentially be reset and / or reconfigured by other libraries working alongside cpx-python. We should use a named logger to minimize the chance of this happening.
avoid fstrings
For performance. f strings are evaluated at the call site instead of inside.
Use a named logger
cpx-python
currently uses the default Python logger, which can potentially be reset and / or reconfigured by other libraries working alongsidecpx-python
. We should use a named logger to minimize the chance of this happening.avoid fstrings
For performance. f strings are evaluated at the call site instead of inside.