Add a new config setting for logging
authorSteven Luo <steven+maemo@steven676.net>
Sun, 21 Feb 2010 03:26:48 +0000 (19:26 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 21 Feb 2010 03:45:16 +0000 (19:45 -0800)
Add a new config setting:
logging = "stdout" -- log to stdout (default)
logging = "syslog" -- log to syslog
logging = "none" -- disable logging
No configuration UI is exposed, but the UI needs to be taught that this
is a legal config setting (so that it doesn't discard it).


No differences found