I'm talking about human-readable text logging, like error messages from a web application.
Do people commonly store these in a database? Are there any advantages to using a database table instead of a file? Or if not, why is it specifically a bad idea?