chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Syslog string protection error


From: Vok Vojwo
Subject: Re: [Chicken-users] Syslog string protection error
Date: Thu, 8 Dec 2011 10:58:18 +0100

It is possible to avoid the ident parameter:

(program-name "people-bridge")
(openlog #f opt/pid facility/local0)

But setting the program name does not have any effect on the generated
syslog message:

Dec  8 10:51:53 t4mshpapl104 csi[7448]: Starting program.

It does not have any effect on the process list either:

$ ps -ef|grep people-bridge
ziemann   7448  9311  0 10:51 pts/33   00:00:00 /usr/local/bin/csi -s
./people-bridge.scm

Does it have any effect?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]