Re: Logging in Java-Ads lib for Report Downloader api

2015-02-24 Thread edduenasnordstrom
Hi Josh, Thanks for the clarification. we have found the issue, issue is that we were having multiple implementations of log4j(1.2 and 2.x), so the log appenders were not getting resolved to any implementation. it worked after I removed one of the log4j version jar. Thanks. On Monday, Februa

Re: Logging in Java-Ads lib for Report Downloader api

2015-02-24 Thread Josh Radcliff (AdWords API Team)
Hi, We added logging for report requests back in 1.28.0 , so it may just be the logging configuration you're using. If you're using JDK logging, you can set up a logging.properties file like this: handlers=java.util.logging.ConsoleHan

Logging in Java-Ads lib for Report Downloader api

2015-02-23 Thread edduenasnordstrom
Hi, we are using java client library(ads-lib-1.36 supported version for v201409) to make api calls to download adwords reports. For debugging purpose we are asked to provide request xml by Google suuport team. I have tried different options of having a log4j jar and making logging mode as debug