If you used docker version, then
docker logs storagenode 2>&1 | grep GET_AUDIT | grep failed
For the QNAP app you can either search via GUI (not convenience) or from the CLI, as above. Just replace the name “storagenode” to the name of the container made by application (yes, it’s a wrapper around docker). If I’m not mistaken it’s hardcoded as storjlabsSnContainer
.
If you run more than a one node with the same identity - they all will be disqualified, because each of them will have only part of common data (for the satellite it’s the same node, which lost part of data).
So, if you want to run several nodes, each of them must have an own unique identity (not the copy) signed with own authorization token.