diff options
author | Linus Nordberg <linus@nordberg.se> | 2010-06-02 20:50:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2010-06-02 20:50:26 +0200 |
commit | 0700c82ab1b0a12841c4eb4122dbe76d8c74d2be (patch) | |
tree | 3b544f5a17f1e1de3db5593c6ae28ab0401efd1a /README | |
parent | 6df48ad13f8c0583f04cefab6eea725d742f426a (diff) |
* README: Correct number of debug levels.
* radsecproxy.c (getmainconfig): Take new log level into account.
(getargs): Ditto.
Patch by Kolbjørn Barmen.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ http://software.uninett.no/radsecproxy/?page=documentation There are five options that may be specified on the command line. "-c configfile" to specify a non-default config file path; -"-d loglevel" to set a loglevel of 1, 2, 3 or 4 where 4 is the most -detailed; and "-f" to run the proxy in the foreground with logging +"-d loglevel" to set a loglevel of 1, 2, 3, 4 and 5 where 5 is the +most detailed; and "-f" to run the proxy in the foreground with logging to stderr. Without "-f" the default is to detach as a daemon and log to syslog. "-v" just prints version information and exits, while "-p" (pretend) makes the proxy go through the configuration files as |