You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all activities that are performed by the neurons, anything that is printed by them to the stdout or stderr should be sent to a channel (internal go channel as MVP). A logging notifier could read from it and send to a configured logger.
In the future we should need to add support for multiple sink channels like SQS or Kafka or RabbitMQ which could be used by consumers to analyze and notify on.
The text was updated successfully, but these errors were encountered:
For all activities that are performed by the neurons, anything that is printed by them to the stdout or stderr should be sent to a channel (internal go channel as MVP). A logging notifier could read from it and send to a configured logger.
In the future we should need to add support for multiple sink channels like SQS or Kafka or RabbitMQ which could be used by consumers to analyze and notify on.
The text was updated successfully, but these errors were encountered: