Hi Team , I followed the same link given Logging | Google Ads API | Google Developers <https://developers.google.com/google-ads/api/docs/client-libs/java/logging>
I have done the following steps : 1. added maven dependeny <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.25</version> </dependency> 2. added logger.properties # Root logger option handlers=java.util.logging.ConsoleHandler .level=DEBUG java.util.logging.ConsoleHandler.level=DEBUG java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter com.google.ads.googleads.lib.request.summary = WARN com.google.ads.googleads.lib.request.detail = INFO and then i am running my java application Do i need to to enable or set any other parameter to get desired logs .?? //Anuj On Thursday, July 7, 2022 at 3:20:14 PM UTC+2 adsapi wrote: > Hi Anuj, > > I’m afraid that the provided stack trace is not enough to investigate the > issue further. Could you please provide us privately with the complete logs > in the format of the request > <https://developers.google.com/google-ads/api/docs/concepts/field-service#request> > > and response > <https://developers.google.com/google-ads/api/docs/concepts/field-service#response> > > logs as seen in their respective links. > > For you to enable complete logs on your end for the client library, > logging can be enabled by navigating to the Client libraries > Your client > library (ex .NET) > Logging documentation, which you can access from this > link <https://developers.google.com/google-ads/api/docs/client-libs>. > > Regards, > [image: Google Logo] > Yasar Ramjan > Google Ads API Team > > > > ref:_00D1U1174p._5004Q2cT7R6:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/985fb3a3-88c9-49fd-bafa-9fa48b3c76bdn%40googlegroups.com.
