Peter Portante

Results 55 comments of Peter Portante

Why are PCP processes logging to disk in separate files? Why isn't it using syslog logging to land in journald?

We used the `redis` role to configure it. I does not appear to have any files on disk open, but has created a `/var/lib/redis/dump.rdb` file. The errors in the redis...

This is why I asked about PCP logging to files. If it logged to journald either vis syslog or stdout/stderr from systemd process creation, then the disk would not have...

See this [P99 talk](https://www.p99conf.io/session/lets-fix-logging-once-and-for-all/) on the problem with logging. Until we properly solved that, for system administrators, `journald` helps the most, as `logrotate` based solutions can't react fast enough in...

Just to be sure, here is a series of `grep` commands I used to filter the entire contents of the 26 GB `pmproxy.log` file before removing it due to size...

> you'll need to run make fmt and commit the changes to have the majority of CI checks run. Fixed. Thanks for the review!

I'll be updating the description to full mark down shortly.

> Is ignore the equivalent of drop with a bytes-per-interval=0? Certainly it could be implemented that way, but I was hoping we could make it so that at the `--log-opt`...

> > what happens in the back-pressure case? > > When over output quota in a particular time period, container log writes will block on a pipe that conmon reads...