Skip to content

Commit c29ee9e

Browse files
author
Phil Varner
committed
doc: default log level is warn
1 parent 5d51ab9 commit c29ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ There are some settings that should be reviewed and updated as needeed in the se
403403
| STAC_DESCRIPTION | Description of this catalog | A STAC API |
404404
| STAC_DOCS_URL | URL to documentation | [https://stac-utils.github.io/stac-server](https://stac-utils.github.io/stac-server) |
405405
| INGEST_BATCH_SIZE | Number of records to ingest in single batch | 500 |
406-
| LOG_LEVEL | Level for logging (error, warn, info, http, verbose, debug, silly) | INFO |
406+
| LOG_LEVEL | Level for logging (error, warn, info, http, verbose, debug, silly) | warn |
407407
| REQUEST_LOGGING_ENABLED | Express request logging enabled. String 'false' disables. | enabled |
408408
| REQUEST_LOGGING_FORMAT | Express request logging format to use. Any of the [Morgan predefined formats](https://github.com/expressjs/morgan#predefined-formats). | tiny |
409409
| STAC_API_URL | The root endpoint of this API | Inferred from request |

0 commit comments

Comments
 (0)