Description
Currently when there's an expired token, we see this from the log:
2016-08-06 07:13:20,807 WARN org.apache.hadoop.security.authentication.server.AuthenticationFilter: AuthenticationToken ignored: AuthenticationToken expired 2016-08-06 09:55:48,665 WARN org.apache.hadoop.security.authentication.server.AuthenticationFilter: AuthenticationToken ignored: AuthenticationToken expired 2016-08-06 10:01:41,452 WARN org.apache.hadoop.security.authentication.server.AuthenticationFilter: AuthenticationToken ignored: AuthenticationToken expired
We should log a better message, to include more details (e.g. token type, username, tokenid) for trouble-shooting purpose.
I don't think the additional information exposed will lead to any security concern, since the token is expired anyways.