File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -217,10 +217,7 @@ the `--environment` flag when running `search_solr_tools harvest`.
217217By 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
219219at ` 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
225222The 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
235232You 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
You can’t perform that action at this time.
0 commit comments