From 9a0a9b9492186cf9e3ff02c39223ca2c8a3b8ae8 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Tue, 15 Jul 2014 11:26:16 +0200 Subject: [PATCH] Clarified that sslh uses LOG_AUTH facility for logging in manual page --- sslh.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sslh.pod b/sslh.pod index dda9277..c0ce606 100644 --- a/sslh.pod +++ b/sslh.pod @@ -72,6 +72,12 @@ If no data is sent by the client, B will eventually time out and connect to the protocol specified with B<--on-timeout>, or I if none is specified. +=head2 Logging + +As a security/authorization program, B logs to the +LOG_AUTH facility, with priority LOG_INFO for normal +connections and LOG_ERR for failures. + =head1 OPTIONS =over 4