-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Migrated from Bitbucket
- Original Author: @MarineChap
- Original Created: March 22, 2022 at 03:46 PM UTC
- Original URL: https://bitbucket.org/kloostermannerflab/falcon-core/issues/68/enable-disable-logger-by-processor-node
- Kind: enhancement
- Priority: minor
Sometimes, we want to be able to select the log for only one node when debugging
idea :
-
add an advanced option in the iprocessor (activated by default)
-
disable/enable the log
- add in the sink a check for if this advanced options is deactivated in the graph
- OR add in every processor log an if this options (LOG_IF(…) << …)
Reactions are currently unavailable