Hi there Steinar,
I'm noticing that failed conditional processors are outputting their failed condition to the log. Is there a way to turn this output off?
I have a large number of conditions where only 1 will evaluate to true and the rest are false, and it is generating large amount of log entries.
Ideally I'd like to see a true/false conditional processor with a true and false path coming out the right side, it would help simplify my workflow.
Also wouldn't mind seeing a specific logging processor, similar to generate text file but outputs only to the log. I've managed to do this with a conditional operator and testing against a value which could never be true, but I can only see 1 variable at a time like this.
Thanks
Mark
Log outputs
Re: Log outputs
The "Conditional"-node outputting to log is just a natural consequence of how FFAStrans is designed. I will take look at how I can make an option to disregard false evaluations. It will take som ad-hoc programming and I don't like that but I will take a look at it.
You allready have a dual path because nodes can execute on success and error. Just right click the green input box on the nodes and chose your execution method.
I'm a bit reluctant on the logging node. Also, in 0.8.0 you will have the option to create you own success string, so I think your request can be accomplished using that method.
-steinar
You allready have a dual path because nodes can execute on success and error. Just right click the green input box on the nodes and chose your execution method.
I'm a bit reluctant on the logging node. Also, in 0.8.0 you will have the option to create you own success string, so I think your request can be accomplished using that method.
-steinar