Start/notes.ini Parameter/Mail_Log_To_MiscEvents

Mail_Log_To_MiscEvents

Parameter: Mail_Log_To_MiscEvents
Kurzbeschreibung: Steuert, ob Mail-Events zusätzlich im Miscellaneous-Events-View des log.nsf erscheinen. 0 = Router entscheidet (Standard), 1 = alle Mail-Events auch in Misc-Events.

Steckbrief

Parameter
Mail_Log_To_MiscEvents
Kategorie
Mail / Router (Logging)
Verfügbar seit
Mindestens 11.0.1 (HCL-Dokumentation)
GUI-Entsprechung
Laut HCL keine GUI-Entsprechung.
Mögliche Werte
0 = Router entscheidet · 1 = alle Mail-Events auch in Misc-Events
Default
None — ohne Eintrag werden Mail-Events nicht im Misc-Events-View angezeigt.

Beschreibung

Laut HCL-Produktdokumentation:
Determines whether all mail event messages are displayed in the Miscellaneous Events view of the log file.
0 - The router determines whether to log messages to the Mail Events view, the Miscellaneous Events view, or to both views. This is also true if this variable is not defined.
1 - The router ensures that all messages are logged to the Miscellaneous Events view. If a message is typically logged only to the Mail Events view, it would now be logged to both the Miscellaneous Events view and the Mail Events view.
To prevent logging to the Domino Console, the NOTES.INI variable MailLogToEventsOnly can be set to a value of 1. There is no NOTES.INI setting to prevent logging to the Miscellaneous Events view.
Im Normalbetrieb landet ein Mail-Event entweder im Mail-Events-View, im Misc-Events-View oder in beiden — je nach interner Router-Logik. Mit Mail_Log_To_MiscEvents=1 wird zusätzlich erzwungen, dass jede Mail-Event-Meldung garantiert auch im Misc-Events-View des Log-Files (log.nsf) auftaucht.

Beispiel-Konfiguration

Mail_Log_To_MiscEvents=1
Mit dieser Einstellung erscheinen alle Mail-bezogenen Log-Einträge zusätzlich im Misc-Events-View, was die Diagnose erleichtert, wenn man den Mail-Events-View nicht durchsucht oder filtert.

Hinweise & Stolperfallen

  • Verwandter Parameter: MailLogToEventsOnly=1 unterdrückt das Logging in die Domino-Console (es gibt aber keinen notes.ini-Schalter, um das Misc-Events-Logging zu verhindern).
  • Auf produktiven Servern wächst der Misc-Events-View durch =1 deutlich — sinnvoll vor allem für temporäre Diagnose.
  • Eine GUI-Entsprechung gibt es laut HCL nicht.

Quellen (HCL Product Documentation)