Skip to content

Commit 0bbff08

Browse files
Updating readme
1 parent 1e07516 commit 0bbff08

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ the `--environment` flag when running `search_solr_tools harvest`.
217217
By default, when running the harvest, harvest logs are written to the file
218218
`/var/log/search-solr-tools.log` (set to `warn` level), as well as to the console
219219
at `info` level. These settings are configured in the `environments.yaml` config
220-
file. While these settings are configured in the `common` section of that file,
221-
they can be overridded for specific environments by adding the configuration
222-
setting to the individual environment section. **NOTE: The environment is based
223-
on the environment used for harvesting as specified in the harvest CLI command.**
220+
file, in the `common` section.
224221

225222
The keys in the `environments.yaml` file to consider are as follows:
226223

@@ -233,7 +230,7 @@ The keys in the `environments.yaml` file to consider are as follows:
233230
This can be different than the level written to the log file.
234231

235232
You can also override the configuration file settings at the command line with the
236-
following environment variables:
233+
following environment variables (useful when for doing development work):
237234

238235
* `SEARCH_SOLR_LOG_FILE` - Overrides the `log_file` setting
239236
* `SEARCH_SOLR_LOG_LEVEL` - Overrides the `log_file_level` setting

0 commit comments

Comments
 (0)