johnolafenwa / DeepStack

The World's Leading Cross Platform AI Engine for Edge Devices
Apache License 2.0
692 stars 108 forks source link

Old logger prints. #155

Open joaocps opened 2 years ago

joaocps commented 2 years ago

Hi @OlafenwaMoses @johnolafenwa

I built a docker compose with an api to request images, a rabbitmq to store the images in the queue and 1 worker that collects the images from the queue and performs the scene classification process.

I'm having a problem when I restart the containers, the entire log is appearing sequentially in the terminal. from the start of the first deepstack run.

Any thoughts?