Skip to content

Commit 2970a16

Browse files
Apply suggestions from code review
Co-authored-by: Timothy Pansino <[email protected]>
1 parent 1239e4b commit 2970a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here are detailed descriptions of each configuration method:
4949
OR
5050
* Set the `NEW_RELIC_CONFIG_FILE` environment variable. If you use the `newrelic-admin` wrapper script, you must use the environment variable because the wrapper script calls the agent automatically.
5151

52-
The agent supports two types of configuration files, older agents must use the `.ini` syntax while newer versions support `.toml` files as well.
52+
The agent supports two types of configuration files, agents v10.2.0 and older must use the `.ini` syntax while agent versions v10.3.0 and above running on Python versions 3.11 and above support `.toml` files as well.
5353

5454
<Collapser
5555
className="freq-link"
@@ -462,7 +462,7 @@ Here are detailed descriptions of each configuration method:
462462

463463
## Multiple environment configuration [#config-file-deployment-environments]
464464

465-
The agent reads its primary configuration from an agent config section called `newrelic`. You can provide overrides for specific deployment environments (for example, Development, Staging, Production) in additional sections. Preface these sections with `[newrelic:environment]` for `.ini` files, or `[tool.newrelic.env.environment]` for `.toml` files (where `environment` is replaced with the name of your environment).
465+
The agent reads its primary configuration from an agent config section called `[newrelic]` for `ini` files, or `[tool.newrelic]` for `.toml` files. You can provide overrides for specific deployment environments (for example, Development, Staging, Production) in additional sections. Preface these sections with `[newrelic:environment]` for `.ini` files, or `[tool.newrelic.env.environment]` for `.toml` files (where `environment` is replaced with the name of your environment).
466466

467467
To specify that the agent should use an environment-based configuration, use one of these methods:
468468

0 commit comments

Comments
 (0)