Start/notes.ini Parameters/Log_AgentManager

Log_AgentManager

🛠️
Parameter: Log_AgentManager
Short 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, 1 is a good default; use 2 for targeted diagnosis.
  • 0 essentially disables logging – only useful if the console must be very “quiet.”
  • Console output can become very chatty; check Console_Log_Enabled and rotation in addition if needed.
  • The same can be configured identically in the Configuration document under Diagnostics / Agent Manager.