From e103487ade654c8cb2bd20fcaadf97ee98faa737 Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 4 May 2007 14:46:49 +0000 Subject: 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 --- radsecproxy.conf-example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'radsecproxy.conf-example') 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 -- cgit v1.1