From 20e6ff9c4db8b19e9feee9ea1459a189c80bb6d1 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 17 Feb 2019 19:25:14 -0700 Subject: [PATCH] Add test log entry --- authserver/authserver/api/customroutes.py | 1 + 1 file changed, 1 insertion(+) 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'])