kinisi / geoserver

MIT License
0 stars 0 forks source link

Add real logging facilities. #7

Open aohren opened 10 years ago

aohren commented 10 years ago

Log the shit out of everything. EVERYTHING.

transistorize commented 10 years ago

where do you plan to store all these logs? how much of it are you going to keep? analyses?

aohren commented 10 years ago

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.

transistorize commented 10 years ago

Yep. Long term, think about using Kafka. http://kafka.apache.org/