cf2d08c7a5
By default Python configures SIGPIPE to be SIG_IGN, which means to ignore the signal. We don't want that as it causes problems when journald restarts and our log calls start triggering SIGPIPEs. Instead, we want to allow the SIGPIPE to kill the process so it can be restarted by systemd. Change-Id: I512139b96b2de8b372efc91e8a3fc8d33553405a Closes-Bug: 1795030 (cherry picked from commit 4fa30ae5d766c99ad27f74911b0456d06c474df3)