On 7/31/2025 3:11 AM, E.S. Rosenberg wrote:
>>
>> When setting
>> ErrorLog '|/usr/bin/logger -p local3.err -t apache2'
>> CustomLog '|/usr/bin/logger -t apache2 -p local3.info' combined
>>
>> The commands that gets run by apache are:
>> /usr/bin/logger -p local3 err -t apache2
>> /usr/bin/logger -t apache2 -p local3 info

logger removes the dot from the argument while parsing it.

<https://github.com/util-linux/util-linux/blob/stable/v2.41/misc-utils/logger.c#L997>

That affects what ps shows. Run the same logger command from a plain old
shell and it'll look the same in ps.

-- 
Alan Curry
TSC Technology Department
pacu...@tsc.k12.in.us
765-269-8321

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to