Choosing a Centralized Logging Solution
In this lesson, we will see which solution to choose as a centralized logging solution.
We'll cover the following...
Database for logs
The first thing we need to do is to find a place where we’ll store logs. Given that we want to have the ability to filter log entries, storing them in files should be discarded from the start. What we need is a database, of sorts. ...