api: Don't log common changes to API tokens.
authorBrett Smith <brett@curoverse.com>
Thu, 10 Apr 2014 19:11:09 +0000 (15:11 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 10 Apr 2014 19:11:09 +0000 (15:11 -0400)
commit442e5c6553061ef1bbb8d9194bb5b8d9cdb68545
tree81f076e78502c197e0eff694a15e07da8910c7f1
parent2386475f3bf86824e320ad121838955278ed3083
api: Don't log common changes to API tokens.

The last_used_* attributes are updated very often.  Logging those
changes would probably make the logs less useful.
services/api/app/models/api_client_authorization.rb
services/api/test/unit/log_test.rb