'How to show python backend logs(like firebase, etc. with filters) on Angular frontend

So basically I am working on a project where the backend is made with python and the frontend is made with Angular.

So in that, all the backend processes generate logs in the log file. So, I need to create a program that shows the data of the log file at Angular frontend. Also, we need to show logs like that we see at the firebase, etc. with all kinds of important filters.

Currently, I don't have any idea, how to create such a program.

So, please anybody can help me to develop this kind of program.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source