Re: New logging system ideas

2020-03-11 Thread Quanah Gibson-Mount
--On Thursday, March 12, 2020 12:35 AM + Howard Chu wrote: Not only does stdout allow you to use native tools such as `journalctl` or `kubectl` out of the box, log aggregation is a completely solved problem in this workflow and is trivial to implement. That being said, persisting log

Re: New logging system ideas

2020-03-11 Thread Howard Chu
Pallissard, Matthew wrote: > > > On 2020-03-06T17:02:14, Howard Chu wrote: >> Howard Chu wrote: >>> Just some initial thoughts on what a new logging daemon should do for us: >>> >>> The primary goal - we want to use a binary message format with as few >>> format conversions as possible between l

Re: New logging system ideas

2020-03-11 Thread Pallissard, Matthew
On 2020-03-11T07:39:45, Pallissard, Matthew wrote: > > > On 2020-03-06T17:02:14, Howard Chu wrote: > > Howard Chu wrote: > > > Just some initial thoughts on what a new logging daemon should do for us: > > > > > > The primary goal - we want to use a binary message format with as few > > > format

Re: New logging system ideas

2020-03-11 Thread Pallissard, Matthew
On 2020-03-06T17:02:14, Howard Chu wrote: > Howard Chu wrote: > > Just some initial thoughts on what a new logging daemon should do for us: > > > > The primary goal - we want to use a binary message format with as few > > format conversions as possible between log > > sender and log processor. >