cloudius-systems / osv

OSv, a new operating system for the cloud.
osv.io
Other
4.09k stars 602 forks source link

Logging framework for OSv #278

Open tzach opened 10 years ago

tzach commented 10 years ago

Logging framework should have the following properties:

Each logs line should include:

raphaelcohn commented 10 years ago

Please use syslog - both the POSIX API and the network protocol. This does all that you seek*; one can then use a second OSv instance as an aggregator, consumer, distributor, plug in, converter or whatever else... or not at all, end go direct to loggly, say. That's OSv's great strength - it allows the complete disaggregation of monolithic infrastructure into tiny, co-operating microservices, each of which can have a different purpose, upgrade path, version of software, and so on... allowing A+B testing, staggered deployment, partial rollback and lots of other good strategies besides.

wkozaczuk commented 5 years ago

Given limited resources we have I suggest we close it.