]> source.dussan.org Git - tigervnc.git/commitdiff
Enable and document syslog logger in Xvnc.
authorMichal Srb <michalsrb@gmail.com>
Fri, 10 Apr 2015 13:56:54 +0000 (16:56 +0300)
committerMichal Srb <michalsrb@gmail.com>
Fri, 10 Apr 2015 13:56:54 +0000 (16:56 +0300)
unix/xserver/hw/vnc/RFBGlue.cc
unix/xserver/hw/vnc/Xvnc.man

index 19338fc70d79bef436fd9d29227949e5412fb72a..09832ab7c81d73cff01e87c9b25a4ec9ba0c1f50 100644 (file)
@@ -23,6 +23,7 @@
 #include <rfb/Configuration.h>
 #include <rfb/LogWriter.h>
 #include <rfb/Logger_stdio.h>
+#include <rfb/Logger_syslog.h>
 
 #include "RFBGlue.h"
 
@@ -34,6 +35,7 @@ static LogWriter inputLog("Input");
 void vncInitRFB(void)
 {
   rfb::initStdIOLoggers();
+  rfb::initSyslogLogger();
   rfb::LogWriter::setLogParams("*:stderr:30");
   rfb::Configuration::enableServerParams();
 }
index 18957bf938ae3c7ad5668a374258d6f6ccbf1eb1..9e86fa4f3fb698797b2d440895f16ce7b01292ba 100644 (file)
@@ -274,11 +274,11 @@ stop non-SSH connections from any other hosts.
 .
 .TP
 .B \-Log \fIlogname\fP:\fIdest\fP:\fIlevel\fP
-Configures the debug log settings.  \fIdest\fP can currently be \fBstderr\fP or
-\fBstdout\fP, and \fIlevel\fP is between 0 and 100, 100 meaning most verbose
-output.  \fIlogname\fP is usually \fB*\fP meaning all, but you can target a
-specific source file if you know the name of its "LogWriter".  Default is
-\fB*:stderr:30\fP.
+Configures the debug log settings.  \fIdest\fP can currently be \fBstderr\fP,
+\fBstdout\fP or \fBsyslog\fP, and \fIlevel\fP is between 0 and 100, 100 meaning
+most verbose output.  \fIlogname\fP is usually \fB*\fP meaning all, but you can
+target a specific source file if you know the name of its "LogWriter".  Default
+is \fB*:stderr:30\fP.
 .
 .TP
 .B \-RemapKeys \fImapping