Hi,
Knime can generate a lot of “log noise” especially when executing loops:
The Logger Option Node does not allow to alter the log level. Sinilar to the Try-Catch nodes I want to suggest adding a pair of nodes that allows to change the log level everything enclosed in between.
That would also allow to suppress a log entirely, improve IOPS or selectively adjust verbosity i.e. in case of high verbosity is required.
Furthermore, it might be quite useful to defeine a separate log file for certain parts of a workflow to selectively asses the output after execution or even invoke a break upon a certain log entry was logged.
Best
Mike