Suppress Log Messages

Hi -

I have read other posts regarding the 'Supress Log Messages' option but none of these answered my question.

I have one project (for clarity I will call it the Main project) which includes other projects via the Include Project action. What I would like to do is suppress logging for all included projects inside my Main project.

I have suppressed logging on all included projects and suppressed logging on all actions within the included project but included project actions are still being logged.

I could be missing something obvious. We have two toddlers under four and one of them is not sleeping very well. I'm very sleep deprived.

Thanks for your response -

Rob

Hi Rob,

Sorry to tell you this, but it’s not sleep deprivation causing the problem. At the moment there is no way to hide an action from the log (or not log it). It’s an issue we’re planning on spending some R&D on in the future.

My only suggestions would be to make use of the filtering and searching in the log.

.t8

Alternatively, use a different method to execute the “included” project actions. Execute either fbcmd.exe or finalbuilder5.exe with the name of the project you want to run. The actions will be logged within their respective projects, but you will only have a single action in the main log: “Execute program”.

There are some performance penalties in using this method, of course.

Steve