dora-rs / dora

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.5k stars 79 forks source link

Remove the necessity to pass the UUID when using dora logs #421

Closed haixuanTao closed 8 months ago

haixuanTao commented 8 months ago

This commit make it possible to check the logs as follows:

dora logs object_detection

If more than one dataflow is running, we will inquire for which dataflow to use.