Parameter:
Log_AgentManagerShort description: Controls the logging of Agent Manager activities (executed agents, schedules, errors).
Profile
Parameter | Log_AgentManager |
Category | Logging / Debug |
Component | Server |
Available since | R4 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Configuration document |
Possible values | 0 = start/stop only, 1 = incl. partial execution, 2 = incl. trigger events |
Description
Log_AgentManager controls how detailed the Agent Manager logs its activities in log.nsf and on the console. Higher values log not only start/stop but also trigger events and partial executions, which is often indispensable when troubleshooting scheduled agents.Example configuration
Log_AgentManager=2
Notes & pitfalls
- For normal operations,
1is a good default; use2for targeted diagnosis.
0essentially disables logging – only useful if the console must be very “quiet.”
- Console output can become very chatty; check
Console_Log_Enabledand rotation in addition if needed.
- The same can be configured identically in the Configuration document under Diagnostics / Agent Manager.