You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program itself seems to work fine, but it's constantly outputting the following text making logging useless. It seems to happen every 5 seconds if a NFC tag isn't present on the reader:
Aug 30 10:47:38 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:47:43 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:47:48 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:47:53 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:47:58 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:48:03 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:48:09 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:48:14 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
Aug 30 10:48:19 arcade nfc-eventd[4160]: error libnfc.driver.acr122_usb Invalid RDR_to_PC_DataBlock frame
If it's not possible to fix this, is it at least possible to have nfc-eventd ignore the message from libnfc so that it doesn't fill the log?
The text was updated successfully, but these errors were encountered:
It looks like disabling all errors in libnfc itself mutes this, but would it be possible to have nfc-eventd catch these into it's own debug logging rather than having to disable it in libnfc globally on the system?
The program itself seems to work fine, but it's constantly outputting the following text making logging useless. It seems to happen every 5 seconds if a NFC tag isn't present on the reader:
If it's not possible to fix this, is it at least possible to have nfc-eventd ignore the message from libnfc so that it doesn't fill the log?
The text was updated successfully, but these errors were encountered: