Start an Agent Logging Session
These agent-specific considerations apply to logging sessions:
- For the Database Agent, Java Agent, or PHP Agent, you can get all logs or choose
from these alternatives:
- Output from a specific logger at a set level, for a fixed duration.
The Logger Name field specifies the agent logger
names such as
com.singularity
,com.singularity.tm
,com.singularity.tm.jdbc
, or as pattern matching the agent logger name. For a list of supported loggers, see Java Supported Environments. - Thread dump samples. The agent takes a thread dump according to the specified collection interval and specified number to collect. After the interval elapses the thread dumps are uploaded by the agent as a zip file.
- Output from a specific logger at a set level, for a fixed duration.
The Logger Name field specifies the agent logger
names such as
- For the Node.js agent, the proxy logs are available.
- For the Python Agent, if you choose All logs in the logs directory, you get both the proxy logs and the agent logs. The agent log contains the log messages that it is configured to log in the agent configuration file. See Python Agent Settings.
For Java and Database Agents, you can generate log information with the specific type of logging information. For the Node.js and Python agents, the log information generated is from the proxy only.