|
|
|
|
|
by eyko
1041 days ago
|
|
If you're going to treat logs as a db entry and afford them a schema, then by all means knock yourself out. The main point he's trying to make is not just about the logs you wrote but about logs coming from other systems or services, e.g. monitoring kernel logs in your OS. As he rightly points out, one of the reasons is that logs are not an API. > One reason this happens is that almost no one considers log messages to be an API, and so they feel free to change log messages at whim. |
|