Re: [systemd-devel] in-kernel structured logging

2015-07-30 Thread Mantas Mikulėnas
On Thu, Jul 30, 2015 at 9:47 PM, Anne Mulhern wrote: > > Where can the support for structured logging be found in the kernel? > It seems tricky, given the kernel's constraints, to support arbitrary > structured logging. > It was added to kernel/printk.c in v3.5 – printk_emit() accepts an array of

Re: [systemd-devel] in-kernel structured logging

2015-07-30 Thread Anne Mulhern
- Original Message - > From: "Zbigniew Jędrzejewski-Szmek" > To: "Anne Mulhern" > Cc: systemd-devel@lists.freedesktop.org > Sent: Thursday, July 30, 2015 1:04:55 PM > Subject: Re: [systemd-devel] in-kernel structured logging > > On Thu, Jul 3

Re: [systemd-devel] in-kernel structured logging

2015-07-30 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jul 30, 2015 at 12:16:03PM -0400, Anne Mulhern wrote: > Hi! > > This is really closely related to my previous question re. formalizing an API. > > In the design document > (https://docs.google.com/document/pub?id=1IC9yOXj7j6cdLLxWEBAGRL6wl97tFxgjLUEHIX3MSTs) > there is a statement about

[systemd-devel] in-kernel structured logging

2015-07-30 Thread Anne Mulhern
Hi! This is really closely related to my previous question re. formalizing an API. In the design document (https://docs.google.com/document/pub?id=1IC9yOXj7j6cdLLxWEBAGRL6wl97tFxgjLUEHIX3MSTs) there is a statement about a future intention to support "in-kernel structured logging". Are things l