singnet / das

1 stars 0 forks source link

Add a QueueHandler to the logging module in DAS/python/commons #38

Open Pedrobc89 opened 2 months ago

Pedrobc89 commented 2 months ago

Once DAS starts handling multiple threads, we would like to have logs being handled by a queue, so that we can maintain history, context etc. The QueueHandler must be a FIFO, more info on: https://docs.python.org/3/library/logging.handlers.html#queuehandler