Closed why-arong closed 1 year ago
How do you feel about not writing the code like logging.log(logging.ERROR, ~~~)
? Unless I need to set the log level dynamically, I think logging.error(~~~)
is more intuitive, so that's how I wrote it!
@sean-k1
How do you feel about not writing the code like
logging.log(logging.ERROR, ~~~)
? Unless I need to set the log level dynamically, I thinklogging.error(~~~)
is more intuitive, so that's how I wrote it!
logging.error is more better👍
Description
This PR add logging for situations where CRC32 validation does not pass.
By monitoring these failures, we can ensure data integrity throughout the application.