Skip to content

Commit d020b6c

Browse files
committed
Add debugging info to README
1 parent 17d67e9 commit d020b6c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@ To install the component, copy the two files into your Alfresco installation, an
2525

2626
* Copy `share-oauth/target/share-oauth.jar` into `tomcat/webapps/share/WEB-INF/lib`
2727
* Copy `share-oauth-repo/target/share-oauth-repo.jar` into `tomcat/webapps/alfresco/WEB-INF/lib`
28+
29+
Debugging
30+
---------
31+
32+
You can use the following log4j settings to capture information on the live requests which are being proxied by the connector.
33+
34+
log4j.logger.org.sharextras.webscripts.OAuth2Return=DEBUG
35+
log4j.logger.org.sharextras.webscripts.connector=DEBUG
36+
log4j.logger.org.apache.commons.httpclient=DEBUG
37+
log4j.logger.httpclient.wire=DEBUG

0 commit comments

Comments
 (0)