Recently, I've been thinking about aggregating logs from multiple machines. Although there are undoubtedly many approaches to this problem, I decided to write a simple HTTP server which would accept logs and then create a script which would monitor files for changes and POST them to the HTTP server. As an experiment I went ahead and did it with node.js because I hadn't done any projects with it ye
