I can not understand what is wrong in this line, could you explain it for me :)?
Code:
log.debug(F"Create Error with receive_date={self.receive_date} data={data}")
Pylint:
ErrorService/Error.py:24:8: W1202: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation)