Start/notes.ini Parameter/Log_MailRouting

Log_MailRouting

Parameter: Log_MailRouting
Kurzbeschreibung: Steuert den Detailgrad des Mail-Router-Loggings auf Konsole und log.nsf — Werte 0, 10, 20, 30, 40 (Default 20).

Steckbrief

Parameter
Log_MailRouting
Kategorie
Mail / Router
Verfügbar seit
Mindestens 9.0.1 (HCL-Dokumentation)
GUI-Entsprechung
Konfigurations-Dokument: Router/SMTP → Advanced → Controls (Logging level). Laut HCL-KB hat der notes.ini-Wert Vorrang vor der GUI-Stufe.
Mögliche Werte
0, 10 (minimal), 20 (normal), 30 (informational), 40 (verbose)
Default
20

Beschreibung

Laut HCL-Produktdokumentation:
Specifies how much logging detail the mail router sends to the server console and log file.
Options are: 0, 10, 20, 30, or 40 events.
In der HCL-Knowledge-Base (KB0033409) wird das Verhalten gegenüber dem Konfigurations-Dokument klargestellt:
The notes.ini parameter "log_mailrouting=" and the logging level in the Configuration Document (Router/SMTP --> Advanced --> Controls) serve the same function. (...) If this parameter is set along with the logging level, a change in the logging level in the Configuration Document will NOT alter the value set in the "log_mailrouting=" parameter. The notes.ini parameter takes precedence over the logging level in the Configuration Document.
Für Standard-Betrieb genügt der Default 20 (normal). Höhere Stufen sind primär für Diagnose und Debugging gedacht — und sollten danach wieder zurückgesetzt werden, weil sie das log.nsf stark anwachsen lassen.

Beispiel-Konfiguration

Log_MailRouting=40
Mit Log_MailRouting=40 (verbose) protokolliert der Router maximal detailliert — z. B. zur Analyse von Routing-Problemen oder beim Trapping von SMTP-Verkehr (siehe HCL-KB-Artikel zu SmtpSaveOutboundToFile).

Hinweise & Stolperfallen

  • Solange Log_MailRouting in der notes.ini gesetzt ist, hat eine Änderung der Logging-Stufe im Konfigurations-Dokument keinen Effekt (HCL KB0033409).
  • HCL-Konsolenmeldung beim Routerstart, wenn die notes.ini den Wert führt: „Router: notes.ini setting for Log_Mailrouting being used (note - this option may now be configured in a Server Configuration document)".
  • Verbose-Stufen (30 / 40) sind diagnostisch — nach der Analyse zurück auf 20 setzen.

Quellen (HCL Product Documentation)