Hi Vincent, Thank you for your response.
log4j.properties <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fblob%2Fmaster%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fresources%2Flog4j.properties&sa=D&sntz=1&usg=AFQjCNE6oL_LIW4Wf2vxn-lPntqgeTHthQ> is file inside that google client kit , that can't be edited by application that using it. Is there another solution that you aware of to override this property by application that using your jar ? On Friday, December 22, 2017 at 7:26:58 AM UTC+2, Vincent Racaza (AdWords API Team) wrote: > > Hi Vadim, > > You can easily change the logs for com.google.api.ads.adwords.lib.client. > AdWordsServiceClient.*soapXmlLogger *in log4j.properties > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/resources/log4j.properties> > > by setting its value from INFO to *ERROR *(see the code snippet below) or > if you want to disable it, you can just comment out the whole line. > > > log4j.category.com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger > =*ERROR*, CONSOLE > > Hope this helps. > > Thanks, > Vincent > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ae4b4e36-7f45-44b6-b37e-8a5d64838339%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
