Julian Scheid
Julian Scheid
@sowtame thanks for your contribution and for your patience, I've been distracted in recent weeks. I'm going to take a look at this next week.
> We recently introduced a new compile option that forces V8 to compile every function in the source so that we end up with more data in the code cache....
You're always going to be incompatible with somebody, in fact what prompted this ticket was the fact that [logback has the FQDN hardwired](https://github.com/qos-ch/logback/blob/master/logback-classic/src/main/java/ch/qos/logback/classic/pattern/SyslogStartConverter.java#L89). I understand you don't want to change...
Great. Sure, but it would be nice to get my other PR out of the way first. Is there anything holding it up?
Fair enough, I know the feeling :-) Let's leave it at this for now. I might send over a PR for this as well when I find time. Thanks @troy!
Hi, I don't know if you've seen it but there is some more information in the commit messages. In retrospect, this should probably keep the default behaviour of no chunking...
@troy, Sure! So we're running remote_syslog_logger in a PCI-DSS v3 compliant environment. PCI-DSS requires a full audit trail and we're taking it seriously, therefore truncated or dropped log records are...
Thanks-- just in case I didn't explain my use case well, my main objective is saving space with little performance degradation. If there's no degradation at all or if it...
Do I understand correctly that I could work around this by creating a Linux machine with ZFS support in Orbstack, and install Docker on it, and keep the Docker volumes...
You mean it doesn't support custom Linux kernels with arbitrary file systems? Presumably that's a limitation only for the virtual hard drive, using ZFS on a loopback device would theoretically...