librelist archives

« back to archive

log = file:/path/to/file

log = file:/path/to/file

From:
Ed F.
Date:
2011-09-30 @ 22:29
If I execute "git clone git://github.com/darkk/redsocks.git", build
redsocks, and execute "redsocks -t -c ..." with a config file that
contains the line "log = file:/dev/null;", I get parsing errors on
that line.

Ed

Re: [redsocks] log = file:/path/to/file

From:
Leonid Evdokimov
Date:
2011-10-01 @ 06:48
Hi Ed,

file:/dev/null is not "simple string" in terms of configuration file
parser, so it should be quoted.
Try following:

  log = "file:/dev/null"

--
WBRBW, Leonid Evdokimov
xmpp:leon@darkk.net.ru && http://darkk.net.ru
tel:+79816800702 && tel:+79050965222