Notes
This release of the Python agent updates the log file location in the default newrelic.ini
file, and includes multiple bug fixes.
The agent can be installed using easy_install/pip/distribute via the Python Package Index, or it can be downloaded directly from the New Relic download site.
Improved Features
Update log_file location in default
newrelic.ini
The
newrelic.ini
generated usingnewrelic-admin generate-config
has been updated to set the defaultlog_file
location tostdout
for improved initial visibility. This setting can still be customized to log tostderr
or a user-specified file as well.
Bug Fixes
Handle
cherryPy.HTTPRedirects
cherrypy.HttpRedirects
were incorrectly being reported as errors. This has now been corrected thanks to a contribution from @bdeeney!Address
DeprecationWarning
for invalid escape sequenceA deprecation warning concerning unrecognized escape sequences in Python 3.6 (and higher) has been fixed. Thank you @urianchang for your contribution!