<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
&nbsp;<BR>
i'm curretly trying to get the logs of a chrooted application wich is under (/var/appli/) and logging in a file called appli.log (/var/appli/dev/log/appli.log). I tryed to create a /dev/log directory (and a /dev/log stream too, when the file didn't work) where the appli is logging. The application logging is ok, the file or stream work, but syslog-ng can't duplicate and create the appli.log in /var/log/appli.log or send tcp to the remote syslog server as well.<BR>
&nbsp;<BR>
In the syslog-ng.conf i Tryed to add a local source :<BR>
&nbsp;<BR>
source&nbsp;src_applilog { file("/var/appli/dev/log/appli.log"); }; <BR>
&nbsp;<BR>
(or for the stream) source src_applilog { unix-stream("/dev/log"); };<BR>
&nbsp;<BR>
then duplicating the log :<BR>
&nbsp;<BR>
destination appli&nbsp;{ file("/var/log/appli.log"); };<BR>
&nbsp;<BR>
then statement :<BR>
&nbsp;<BR>
log { source(src_applilog); destination(appli); };<BR>
&nbsp;<BR>
I don't want to filter anything in this log, but even if a tryed tu setup a unix-stream in /var/appli/dev/log with the application logging in this stream, nothing get the job done. I must duplicate the log outside the chroot (local then remote with&nbsp;a tcp syslog server listening).<BR>
&nbsp;<BR>
Any clue of what am i doing wrong ?<BR>
&nbsp;<BR>
Best regards.<BR>
&nbsp;<BR>
S.gautch<BR><br /><hr />Avec Windows Live Messenger restez en contact avec tous vos amis !  <a href='http://www.windowslive.fr/messenger/' target='_new'>Téléchargez Messenger, c'est gratuit !</a></body>
</html>