Re: ReportServiceLogger logs extra stuff with v201406

2014-07-22 Thread Ben Marengo
hi josh, it seems like that solution will hide all errors forever. i could just pipe stderr to stdout for that ;) i have decided to switch slf4j to bind to log4j instead, because i have just noticed that there is a nice tutorial... https://github.com/googleads/googleads-java-lib#how-do-i-enab

Re: ReportServiceLogger logs extra stuff with v201406

2014-07-21 Thread Josh Radcliff (AdWords API Team)
Hi Ben, You are seeing messages on stderr because that's the destination used by ConsoleHandler - see the ConsoleHandler javadoc . If you want to change that behavior, the following post on stackoverflow may be he

Re: ReportServiceLogger logs extra stuff with v201406

2014-07-21 Thread Ben Marengo
Hi Josh Thanks for your reply. i've done a bit more research into what slf4j is and how it works since my last post. let me clarify the problem :) The problem is that those info messages i posted above are logging to stderr instead of stdout This is the command i am using to call the jar i com

Re: ReportServiceLogger logs extra stuff with v201406

2014-07-21 Thread Josh Radcliff (AdWords API Team)
Hi Ben, Sorry, I didn't notice you had specified the binding in your original post. I see you're using JDK logging. Could you address the last two questions in my post? Are you seeing other log messages written to stderr as well? Could you share the configuration file you are using for your SLF

Re: ReportServiceLogger logs extra stuff with v201406

2014-07-21 Thread Josh Radcliff (AdWords API Team)
Hi Ben, The change to log reporting requests was requested in issue #12 and released in 1.28.0 . With that change, the library will log successful reporting requests

Re: ReportServiceLogger logs extra stuff with v201406

2014-07-18 Thread Ben Marengo
ps. this is also being logged to stderror - which i find quite odd considering it is just info On Friday, 18 July 2014 10:42:07 UTC+2, Ben Marengo wrote: > > hi all > > i have just upgraded my account performance report download script to the > new api (details of version numbers used below) a

ReportServiceLogger logs extra stuff with v201406

2014-07-18 Thread Ben Marengo
hi all i have just upgraded my account performance report download script to the new api (details of version numbers used below) and it has suddenly started logging a lot more stuff than before (log below). does anyone know how to get control of / stop what is being logged? log messages are be