Hello!
I’m trying to execute a series of KNIME workflows through a batch file, but the logs are only capturing warnings and not providing detailed information at the node level. i also want to direct the log files to a specific path.
How can I configure the logging settings to capture node-level details and ensure that the logs are saved to a desired location when running workflows via a batch file?
@AkashChandrappa logs are also covered in my article about batch processing
“C:\Program Files\KNIME\knime.exe” -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION -reset --launcher.suppressErrors -workflowDir=“C:\Projects\KNIME\Test_Workkflow” -consoleLog >> log.txt 2>&1
This is the command I’m using in my batch file, and below is the output I’m getting in the logs.txt file
instead of the logs.
CompileCommand: exclude javax/swing/text/GlyphView.getBreakSpot bool exclude = true
CompileCommand: exclude javax/swing/text/GlyphView.getBreakSpot bool exclude = true
@AkashChandrappa you could take a look at the general knime log or activate the log per workflow. Also you could set the log level to debug.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.