I want to have GUI application or Web app where I can view the python log information. I can choose any formatter required. But it should work with standard logging module.
I have configured my logs to file. But I wanted to have log to be stored to mysql db (it is possible) but I badly need user interface to view the log from remote place.
Any recommended tool or approach?