Parameter:
Log_TasksKurzbeschreibung: Steuert, ob der aktuelle Status der Server-Tasks im Log-File und auf der Server-Konsole protokolliert wird. Werte 0/1.
Steckbrief
Parameter | Log_Tasks |
Kategorie | Logging / Debug |
Verfügbar seit | Mindestens 9.0.1 (HCL-Doku 9.0.1 – 14.5.1) |
GUI-Entsprechung | Keine direkte GUI — alternativ pflegbar im Konfigurations-Settings-Dokument → Tab NOTES.INI Settings |
Mögliche Werte | 0 (keine Status-Info) oder 1 (Status an Log und Konsole) |
Default | None (HCL: kein expliziter Default — Verhalten wie 0) |
Beschreibung
Laut HCL-Produktdokumentation (14.5.1, Log_Tasks):
Specifies whether the current status of server tasks is recorded in the log file and displayed on the console.
Syntax:Log_Tasks=value
Description: Options for value are: 0 — Do not send status information; 1 — Send the status of server tasks to the log file and to the console
Applies to: Servers — Default: None — UI equivalent: None, although you can specify this setting in the NOTES.INI Settings tab of the Configuration Settings document in the Domino® Directory.
Mit
Log_Tasks=1 protokolliert der Domino-Server in regelmäßigen Abständen den aktuellen Status seiner Server-Tasks (welcher Task gerade was tut) sowohl im Log (log.nsf, Miscellaneous Events) als auch auf der Konsole. Das ist nützlich für Long-Running-Diagnose — etwa um zu sehen, welcher Task welcher Aktion hinterherhängt.Im Konsolen-Output entspricht der Effekt etwa dem regelmäßigen
show task-Befehl, nur eben automatisch in das Log geschrieben.Beispiel-Konfiguration
Server-Task-Status-Logging aktivieren:
Log_Tasks=1
Server-Task-Status-Logging deaktivieren:
Log_Tasks=0
Hinweise & Stolperfallen
- HCL nennt keinen expliziten Default — ohne Parameter verhält sich Domino wie
0.
- Konfigurations-Settings-Dokument hat Vorrang vor notes.ini, wenn beide einen Wert setzen.
- Für Detail-Tracing eines bestimmten Tasks (z. B. Replicator, Update) sind dedizierte Logging-Schalter wie
Log_ReplicationoderLog_Updatezielführender.
- Auf produktiven Servern mit vielen Tasks kann das Logging das Server-Log signifikant aufpumpen — nur für begrenzte Diagnose-Fälle dauerhaft aktivieren.
- Konsolen-Befehl
show tasksliefert ad-hoc dasselbe wie ein einzelner Status-Schreibvorgang vonLog_Tasks=1.
Quellen (HCL Product Documentation)
- HCL Domino 14.5.1 – Log_Tasks: help.hcl-software.com/domino/14.5.1/admin/conf_log_tasks_r.html
- HCL Domino 11.0.1 – Log_Tasks: help.hcl-software.com/domino/11.0.1/admin/conf_log_tasks_r.html
- HCL Domino 9.0.1 – Log_Tasks: help.hcl-software.com/domino/9.0.1/admin/admin/conf_log_tasks_r.html