: This is where paperless will store log files.
- Defaults to "`PAPERLESS_DATA_DIR`/log/".
+ Defaults to `PAPERLESS_DATA_DIR/log/`.
+ `PAPERLESS_NLTK_DIR=<path>`
+
+ : This is where paperless will search for the data required for NLTK
+ processing, if you are using it. If you are using the Docker image,
+ this should not be changed, as the data is included in the image
+ already.
+
+ Previously, the location defaulted to `PAPERLESS_DATA_DIR/nltk`.
+ Unless you are using this in a bare metal install or other setup,
+ this folder is no longer needed and can be removed manually.
+
+ Defaults to `/usr/local/share/nltk_data`
+
## Logging
`PAPERLESS_LOGROTATE_MAX_SIZE=<num>`