What’s a conventional log location for processes that run on behalf of users?
~/.foo/logs/— my top choice but not super awesome/var/log/foo.uid/— Non-system users can’t create directories here, needs cooperation to create in the first place.A common file in
/var/log/(e.g./var/log/foo.log) — Not privateetc.