fergalwalsh / pico

Pico is a very small web application framework for Python.
http://pico.readthedocs.io/
186 stars 41 forks source link

Intercept all logs #27

Open StefanoSega opened 4 years ago

StefanoSega commented 4 years ago

Hello.

Is there a way to register a module in Pico App to intercept all the Pico logs as well as the "print" command (pretty much the whole stdout and stderr)?

I would need it to then send the logs to a ELK stack.

Thanks