C
cverbiest
Guest
I think it's better if default logging would go to session:temp-directory instead of the basedir. The ant scripts are relative to the basedir and I like to keep those directories not globally writable. I changed 2 lines in automation/appSolutions/appSolute/RTB/Base/RTBAutomationApi.cls OUTPUT STREAM sLogStream TO VALUE(SUBSTITUTE("&1/adrtbapi_process.log", SESSION:TEMP-DIRECTORY)) APPEND. OUTPUT STREAM sLogStream TO VALUE(SUBSTITUTE("&1/adrtbapi_process.log", SESSION:TEMP-DIRECTORY)).
Continue reading...
Continue reading...