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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to redirect all output of my console to a file ?

Hi everyone , 
Someon can help me plz , I need to redirect all output of my console ( create by Sys.output from tJava) to a file at the end of my process.
I want to see the log in my console too.
Is it possible ?
Labels (3)
10 Replies
martel
Creator
Creator

me i use this parameter when call the job (file batch windows, or file shellScript Linux)

--context_param TracePath=%_TracePath% --context_param TraceStatFileName=%_TraceStatFileName% --context_param TraceLogFileName=%_TraceLogFileName% %*

i have 3 files differents and all output are inside.