Hi,

You cannot log on stdout with a daemon: it is completely detached from
the console, by definition. If you enable logging to stdout, the risk
is that you get double logs (because stdout/err are redirected to
normal logs in daemon mode).

On Thu, Oct 28, 2010 at 10:03 PM, Senaka Amarakeerthi
<senaka...@gmail.com> wrote:
> liquidsoap set log.stdout = true

For your information, the syntax is set("log.stdout",true) in the
script, or on command-line: instead of starting as liquidsoap
script.liq, you can do liquidsoap 'set("log.stdout",true)' script.liq.

Cheers,
-- 
David

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to