Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
andreshume
Contributor II
Contributor II

Configure log file format

Hi everyone,

I have a job that generate the corresponding log and stat files. This files are then downloaded (via SFTP) by another application (php) that is in charge of monitoring some variables.

The problem arise when the log file, due to an error, generate a multiline description; the PHP script fails and the stats fall behind until this problem is solved (manually).

 

I was wondering if exists a way to encolse the log file information in quotations (\") or any other suggestion rather than logging to a database.

 

Appreciate your help!

Labels (1)
2 Replies
fdenis
Master
Master

if you want to use talend logs into an other app, you may use bd.
with db you can have concurrent access to the logs.

if you have to reformats logs. store into bd then export them into your format.

an other way is to build your own logs.

good luck
andreshume
Contributor II
Contributor II
Author

Francois,

 

Thank you for your time & advice, I will go on that way if I can't get a workaround using the standard Talend Open Studio log componentes.

 

Regards,