|
|
|
|
|
by asuth
5154 days ago
|
|
The logging thing is really really dumb. Having logs in a real database lets you do incredible things (e.g. correlating user feedbacks to random problems you noticed). We use our db-driven logs many times a day to debug issues and find patterns. Don't be afraid of putting logs in databases and then figuring out how to scale it. It's not that hard and it's very worth it. |
|