Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
hi
tLogRow component haven't these settings,
but you can always use RunIf trigger for enable disable it
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?
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
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.