Skip to content

Commit 982f241

Browse files
committed
Explicit which values are considered true for logging
Co-author: @erikap
1 parent e62bf59 commit 982f241

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,14 @@ my-python:
319319
- `MU_SPARQL_TIMEOUT` is used to configure the timeout (in seconds) for SPARQL queries.
320320

321321
#### SPARQL Query Logging
322-
- `LOG_SPARQL_ALL`: Log *all* executed queries, read as well as update (default `true`)
322+
- `LOG_SPARQL_ALL`: Log *all* executed queries, read as well as update (default `True`)
323323

324324
- `LOG_SPARQL_QUERIES`: Log *read* queries (default: `undefined`). Overrules `LOG_SPARQL_ALL`
325325

326326
- `LOG_SPARQL_UPDATES`: Log *update* queries (default `undefined`). Overrules `LOG_SPARQL_ALL`.
327327

328+
The string "true", ignoring casing, is considered `True`. All other values are considered `False`.
329+
328330
#### Meinheld Gunicorn Docker Variables
329331
Since this template is based on the meinheld-gunicorn-docker image, all possible environment config for that image is also available for the template. See [meinheld-gunicorn-docker#environment-variables](https://github.com/tiangolo/meinheld-gunicorn-docker#environment-variables) for more info. The template configures `WEB_CONCURRENCY` in particular to `1` by default.
330332

0 commit comments

Comments
 (0)