Open aohren opened 10 years ago
where do you plan to store all these logs? how much of it are you going to keep? analyses?
Immediate term, I'd like to just write effective log files to the webapp's local filesystem for debugging. Longer term, I'd recommend importing the logs to a sql database for analysis and management at scale.
Yep. Long term, think about using Kafka. http://kafka.apache.org/
Log the shit out of everything. EVERYTHING.