Fix more IAuth bugs and add IAUTH log target.
[ircu2.10.12-pk.git] / doc / readme.log
index f1ac51f0ec48ac184c0f4c639c0d60ac484648a9..c5dda8977584a109fecd2a6701cb98b519c442c7 100644 (file)
@@ -107,15 +107,15 @@ higher will be logged.
  * SOCKET - Used to report problems with sockets.  By default, log
    messages to this subsystem go nowhere.
 
+ * IAUTH - Used to report connects, disconnects and errors for the
+   IAuth authorization mechanism.  By default, log messages to this
+   subsystem go to the "NETWORK" server notice mask.
+
  * DEBUG - Used only when debugging is enabled.  All log messages to
    this subsystem go either to the console or to the debug log file
    compiled into the server, as well as to the "DEBUG" server notice
    mask.  This is the only subsystem with a default log file.
 
- * OLDLOG - Not used anywhere.  This is a left-over from when the
-   logging subsystem was first created.  Log messages to this
-   subsystem go nowhere.
-
 Configuration
 
 The true power of the logging subsystem comes from its extremely
@@ -160,7 +160,7 @@ Logging to Syslog
 
 By default, except for the CONFIG subsystem, no logs are sent to
 syslog.  This can be overridden using an F-line like
-"F:LOG:<subsys>:SYSLOG:<facility>"; <subsys>, as above, should be
+"F:LOG:<subsys>:FACILITY:<facility>"; <subsys>, as above, should be
 replaced with one of the subsystem names described above, and
 <facility> must be one of the facility strings mentioned under
 "Default Syslog Facility."  The facility string may also be "NONE," to