Capturing Logs of the RFID Reader Agent
Last updated 24 April 2026
This will only be ever needed for debugging purposes
#Windows OS
Assuming you want to download the logs to a specific folder into your desktop you can run the following command:
scp rfidadm@<reader-ip-or-hostname>:itemit-rfid/*.log C:\Users\<username>\Desktop\reader-logs\
scp rfidadm@<reader-ip-or-hostname>:itemit-rfid/*.hprof C:\Users\<username>\Desktop\reader-logs\
#Linux OS
Assuming you want to download the logs to your Downloads/reader-logs dir you can run the following command:
mkdir ~/Downloads/reader-logs
scp rfidadm@<reader-ip-or-hostname>:itemit-rfid/*.log ~/Downloads/reader-logs/
scp rfidadm@<reader-ip-or-hostname>:itemit-rfid/*.log ~/Downloads/reader-logs/
← Back to Settings
Was this helpful?