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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
PhilHibbs
Creator II
Creator II

tLogRow Log Level

I have a number of tLogRow components, including one in a joblet that writes out the context variables, but I want to set the log level of their output so that it can be turned off by running the job with a higher log level, e.g. I want the tLogRow to output Info messages, and run the jobs at the Warn level so that Info does not get written to the job log. Is this possible?

 

Labels (2)
4 Replies
vapukov
Master II
Master II

hi

tLogRow component haven't these settings,

but you can always use RunIf trigger for enable disable it

PhilHibbs
Creator II
Creator II
Author

How can you use a RunIf trigger on a flow link? I guess I could put it on a side branch with a tReplicate and a tRowFilter, but I'd rather not complicate the job layout any more than necessary. Seems bizarre that a logging component does not have a logging level.

 

How would I check the Log Level as set in the Run Advanced settings tab?

ThWabi
Creator II
Creator II

Hello PhilHibbs,

 

did you consider using the "Print content with log4j" setting in tLogRow basic settings?

Choose menu "File > Edit Project properties > Log4j" to activate and configure the log4j settings.

 

Best regards,

 

Thomas

 

 

PhilHibbs
Creator II
Creator II
Author

No, I suppose I didn't "consider" Print content with log4j, because it's the default. I never considered un-ticking it, if that's what you mean.

 

Phil.