FEATURE: add hidden setting for verbose auth token logging

This is only needed to debug auth token issues, will result in lots
of logging
This commit is contained in:
Sam
2017-02-13 14:01:01 -05:00
parent 0e58e393a1
commit 0ab96a7691
6 changed files with 143 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
class UserAuthTokenLog < ActiveRecord::Base
end