Last 12 weeks · 3 commits
4 of 6 standards met
Repository: facebook/netconsd. Description: Receive and process logs from the Linux kernel. Stars: 60, Forks: 24. Primary language: C. Languages: C (82.5%), C++ (11.6%), Python (3.3%), Makefile (2.7%). License: BSD-3-Clause. Open PRs: 2, open issues: 0. Last activity: 2d ago. Community health: 75%. Top contributors: davide125, kernelslacker, inwardvessel, jcalvinowens, r-barnes, facebook-github-bot, amyreese, k0ste, michel-slm, nlutsenko and others.
The existing modules pass flag to for opening the (usually pre-existing) logfiles. This results in all existing log entries to be discarded. This PR changes O_TRUNC to O_APPEND. It also add an example logrotate config file.
Reverts facebook/netconsd#21