I can use this client with other grant types like Implicit or authorization_code, and it isn't dynamic client.
I don't know how can change log level to /opt/tomcat/webapps/oxauth/WEB-INF/classes/log4j.xml but here is part of my oxauth log.
```
2016-08-25 12:15:59,079 INFO [xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl] Failed to find out authorization grant for id_token_hint 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2dsdXUubG9jIiwiYXVkIjoiQCFBQzFBLjU4QzMuN0ZDOC40NEZGITAwMDEhMjBGMi5BMDk0ITAwMDghNDU2OS5DQUI5IiwiZXhwIjoxNDcyMTI2NzIzLCJpYXQiOjE0NzIxMjMxMjMsIm5vbmNlIjoibm9uY2UiLCJhdXRoX3RpbWUiOjE0NzIxMTM0MTEsImNfaGFzaCI6IjFqWUY3a0ZQMHZpZmEyTG9jY0JmNFEiLCJveFZhbGlkYXRpb25VUkkiOiJodHRwczovL2dsdXUubG9jL294YXV0aC9vcGlmcmFtZSIsIm94T3BlbklEQ29ubmVjdFZlcnNpb24iOiJvcGVuaWRjb25uZWN0LTEuMCIsImludW0iOiJAIUFDMUEuNThDMy43RkM4LjQ0RkYhMDAwMSEyMEYyLkEwOTQhMDAwMCFBOEYyLkRFMUUuRDdGQiIsInVzZXJfbmFtZSI6ImFkbWluIiwibmFtZSI6IkRlZmF1bHQgQWRtaW4gVXNlciIsImZhbWlseV9uYW1lIjoiVXNlciIsImdpdmVuX25hbWUiOiJBZG1pbiIsInN1YiI6IkAhQUMxQS41OEMzLjdGQzguNDRGRiEwMDAxITIwRjIuQTA5NCEwMDAwIUE4RjIuREUxRS5EN0ZCIn0.9Bv6zx9Q7OMPtWQZWx9qYI9nGvt38o4jEAMJUfjAQLU'
2016-08-25 12:27:39,618 INFO [org.xdi.oxauth.auth.Authenticator] Authentication result for user '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!C1C1.72D5', result: 'false'
2016-08-25 12:27:39,622 INFO [org.xdi.oxauth.auth.Authenticator] Authentication success for Client: '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!C1C1.72D5'
2016-08-25 12:28:44,818 INFO [org.xdi.oxauth.auth.Authenticator] Authentication result for user '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!4569.CAB9', result: 'false'
2016-08-25 12:28:44,821 INFO [org.xdi.oxauth.auth.Authenticator] Authentication success for Client: '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!4569.CAB9'
2016-08-25 13:02:42,314 INFO [org.xdi.oxauth.auth.Authenticator] Authentication result for user '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!4BC1.24F0', result: 'false'
2016-08-25 13:02:42,318 INFO [org.xdi.oxauth.auth.Authenticator] Authentication success for Client: '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!4BC1.24F0'
2016-08-25 13:03:11,873 INFO [org.xdi.oxauth.auth.Authenticator] Authentication result for user '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!4BC1.24F0', result: 'false'
2016-08-25 13:03:11,876 INFO [org.xdi.oxauth.auth.Authenticator] Authentication success for Client: '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!4BC1.24F0'
2016-08-25 13:03:12,127 INFO [org.xdi.oxauth.auth.Authenticator] Authentication result for user '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!10E5.BC7F', result: 'false'
2016-08-25 13:03:12,129 INFO [org.xdi.oxauth.auth.Authenticator] Authentication success for Client: '@!AC1A.58C3.7FC8.44FF!0001!20F2.A094!0008!10E5.BC7F'
```