diff options
author | venaas <venaas> | 2007-05-04 14:46:49 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-04 14:46:49 +0000 |
commit | e103487ade654c8cb2bd20fcaadf97ee98faa737 (patch) | |
tree | 63b195783c52e776229ffbe042df576d82aad1ac /radsecproxy.conf-example | |
parent | f32f6b2ef9cd578920c98b7b60c56b8ed1c4bc1c (diff) |
added logging to file and syslog (need to add support for specifying facility)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@72 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r-- | radsecproxy.conf-example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 2648e78..3a84c7b 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -18,3 +18,8 @@ TLSCertificateKeyPassword follow the white rabbit #listenUDP localhost #listenTCP 10.10.10.10:2084 #ListenTCP [2001:700:1:7:215:f2ff:fe35:307d]:2084 +# Optional log level. 2 is default, 1 is less, 3 is more +#LogLevel 2 +#Optional LogDestinatinon, else stderr used for logging +#LogDestination x-syslog:// +#LogDestination file:///tmp/rp.log |