This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 15/31] ldbl-128ibm-compat: Add syslog functions
- From: Joseph Myers <joseph at codesourcery dot com>
- To: "Gabriel F. T. Gomes" <gabriel at inconstante dot net dot br>
- Cc: <libc-alpha at sourceware dot org>
- Date: Tue, 15 Oct 2019 20:59:38 +0000
- Subject: Re: [PATCH 15/31] ldbl-128ibm-compat: Add syslog functions
- Ironport-sdr: uEFd1MgQXsRXVfGXjQAx689jjgD1t/UqzwasdHTcXPv5PQX+FF4/530AToEapJjfOjJG3wIhtb kLP1l5Ger0nmfzDY5Sx+nIp1vk+OULEPuPSCb2V55q00I5Mipvf61zkv88OcRSjjdR8/vpNhhk lAPZqpWuxfGLP2By4CGU8ymncfK7iNKnPrFKC4tCS1l5C1vFzofdIx4DgMEz+1k/V8M0kYaHpW RJRZtllYewSJ1Lk1TeIPHfyDkHj2zhn4I4mAmjeHvg6KPcznAL7aznVvFZxORK21Bthax7XnNB IIY=
- Ironport-sdr: O6OUc8rugNDpveAzNQeKc5a8Fi0WXk58uc/eZNsSbmW5eVWL5NfD9DWdaQpbsCy4tUxMaJE4xe uZUl8FQs2QAWcwF3YiXttyYuCnM856YrxgioUwcr0r6d6A7QqYO2mUapXoSwHgxHcSF/5kZmJ9 BWofqmS2otw/ETIdi1NbEzl+BAvEw5RhjvtSgvioKbyLTQUtQycWu5tUNRFpQnPlXFJ3M1Rp8S YgL98QiwF62Ci3R3zk639ONxIHxmzzzhCmkE/4FGJSme9J3A0QMRk7H/X6b0DVfuUz/BAsi8Mw jH8=
- References: <20191015190529.11559-1-gabriel@inconstante.net.br> <20191015190529.11559-16-gabriel@inconstante.net.br>
On Tue, 15 Oct 2019, Gabriel F. T. Gomes wrote:
> From: "Gabriel F. T. Gomes" <gabrielftg@linux.ibm.com>
>
> I'm using 'syslog (LOG_DEBUG, etc.);' and support_capture_subprocess in
> the test case, which I believe will not print to the console, but I'm
> not sure if changing some system setting to high verbosity will disturb
> people's lives. Please advise. :)
You need to avoid sending anything to the real system logs at all in
syslog tests. That is, if anything called by the test would end up
calling the code in openlog_internal that connects to a socket at
_PATH_LOG, you need a container test and need to ensure some suitable
setup of _PATH_LOG within the container.
--
Joseph S. Myers
joseph@codesourcery.com