diff --git a/authserver/authserver/api/customroutes.py b/authserver/authserver/api/customroutes.py index 8ad1564..918fa71 100644 --- a/authserver/authserver/api/customroutes.py +++ b/authserver/authserver/api/customroutes.py @@ -39,6 +39,7 @@ EVENTS = [ 'LOG_CARD_ACCEPTED - Accepted card: ', 'LOG_CARD_DENIED - Denied card: ', 'LOG_UPDATE_FAILED - Firmware update failed, code: ', + 'LOG_TEST - Test record, safe to ignore', ] @api_view(['POST'])