Where should I keep my log files?
Posted
by ripper234
on Stack Overflow
See other posts from Stack Overflow
or by ripper234
Published on 2010-04-11T20:29:41Z
Indexed on
2010/04/11
20:33 UTC
Read the original article
Hit count: 267
logging
We keep most of our logs in a dedicated database table. We have written custom appenders for log4j and log4net, have a fixed log schema with lots of handy columns, and are quite happy with it.
Is that the "best practice" (for sites smaller in scale than Facebook, where a simple DB table just won't scale)?
© Stack Overflow or respective owner