Importante
The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.
Notes
This release of the Python agent addresses a bug which in some cases caused database connection parameters, which could include login credentials, to be logged to the local system by the monitored application if Python agent debug logging is being captured.
The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from our download site.
For a list of known issues with the Python agent see our online help article on the status of the Python agent.
Bugs Fixed
When Python agent debug logging was enabled by setting
log_level
todebug
in the Python agent configuration, database connection details, including login credentials could be logged in the local Python agent log file.The details may also have been logged even if
log_level
had not been set todebug
, but the Python logging module had been configured to collect and log messages logged at the log level oflogging.DEBUG
.This issue was introduced in version 2.20.0.17 of the Python agent.