Ok.  I figured out why.

PATH_RELATIVE = "1"
LIB_LOG_DIR_PATH = "../../../../../../../../../logs/"

The folder specified in my settings.ini does not exists so the library
uses the folder where AdsUser class resides.

As long as LIB_LOG_DIR_PATH exists it should be fine.

The code that does this is in AdsUser->LoadSettings();

On Feb 15, 4:18 pm, Yada <[email protected]> wrote:
> I'm using PHP adwords client version 3.0.0
>
> Logger::LogToFile(Logger::$SOAP_XML_LOG, "/tmp/soap_xml.log");
> Logger::SetLogLevel(Logger::$SOAP_XML_LOG, Logger::$INFO);
>
> Logger::LogToFile(Logger::$REQUEST_INFO_LOG, "/tmp/request_info.log");
> Logger::SetLogLevel(Logger::$REQUEST_INFO_LOG, Logger::$INFO);
>
> The strange thing is that the Logger is also logging to two more files
> at:
> ..myadwordlibrary/3.0.0/Google/Api/Ads/AdWords/Lib/soap_xml.log
> ..myadwordlibrary/3.0.0/Google/Api/Ads/AdWords/Lib/request_info.log

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to