I want to have a GUI application or a web application where I can view the python log information. I can choose any formatter. But it should work with a standard logging module.
I installed my logs in a file. But I wanted the log to be stored in mysql db (this is possible), but I really need a user interface to view the log from a remote place.
Any recommended tool or approach?
user90150
source
share