Re: [systemd-devel] CompressThreshold= Option

2018-02-26 Thread Lennart Poettering
On Sa, 24.02.18 16:17, Alex Gartrell (agartr...@fb.com) wrote: > Hello, > > I was looking to add a compression threshold flag to journald to see if we > can eek out some additional compression for free-ish (generally speaking, the > verbosity of journald logs prevents us from using them super b

[systemd-devel] CompressThreshold= Option

2018-02-25 Thread Alex Gartrell
Hello, I was looking to add a compression threshold flag to journald to see if we can eek out some additional compression for free-ish (generally speaking, the verbosity of journald logs prevents us from using them super broadly, so far). It's a pretty straightforward change and I have a patch