We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default, we log execution times for all nodes in a BT. However this leads to terminal spam from nodes like IsPaused.
IsPaused
Ideally each BT::Node has an API to specify log level which the nexus::BtLogging class respects but this might be more involved.
nexus::BtLogging
We could also consider adding an API to nexus::BtLogging to exclude logs for certain nodes and add the IsPaused to this exclude list.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default, we log execution times for all nodes in a BT. However this leads to terminal spam from nodes like
IsPaused
.Ideally each BT::Node has an API to specify log level which the
nexus::BtLogging
class respects but this might be more involved.We could also consider adding an API to
nexus::BtLogging
to exclude logs for certain nodes and add theIsPaused
to this exclude list.The text was updated successfully, but these errors were encountered: