On Fri, Oct 10, 2008 at 17:39:09 +0200, Tobias Klauser wrote:

> I still see a problem with the liquidsoap logfile being written to /tmp
> [1].  The filename there is only depended on the PID of the liquidsoap
> process.  Unfortunately I lack OCaml hacking skills so I didn't patch
> this one.
> 
> [1] set("log.file.path","/tmp/lig.<pid>.log")
> 
set("log.file.path", Filename.temp_file "liguidsoap" ".log")

would probably work (untested, though).

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to