I am using GroupBy to aggregate complete tables (often as part of loops, making said tables quite small) and I’m seeing many repeats of
“WARN GroupBy No grouping column included. Aggregate complete table”
In my KNIME console. Is there a way to have this warning not output to the console? I’m developing this workflow for someone else to eventually use and seeing thousands of repeats of this message would not be helpful for them.