On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote: > On Fri, 14 Aug 2020 21:39:29 +0300 > Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: [...] > FreeBsd doesn't go through the same log code.
Then --log-timestamp shouldn't appear on FreeBSD if it's unsupported. > Iovec is to keep timestamp and message as an atomic message. > There is no good way to use fwrite to get anything atomic. > Fwrite is unnecessary here anyway saving a copy and avoid issues with library > getting corrupted is good. Got it, thanks.