]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: remove PAPERLESS_DEBUG references to avoid confusion
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 21 Jun 2025 03:46:11 +0000 (20:46 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 21 Jun 2025 03:46:11 +0000 (20:46 -0700)
docs/changelog.md
paperless.conf.example

index 1df2c73a20c6f1850eaa12c35d610b4f39def2c9..b9b3f0e4608788fa727227eec6fb5dc091d092f6 100644 (file)
@@ -6007,7 +6007,6 @@ primarily.
         a very good job at ocr'ing a document with the default
         language. Certain language specifics such as umlauts may not get
         picked up properly.
-    -   `PAPERLESS_DEBUG` defaults to `false`.
     -   The presence of `PAPERLESS_DBHOST` now determines whether to use
         PostgreSQL or SQLite.
     -   `PAPERLESS_OCR_THREADS` is gone and replaced with
index 63ee7be22397cb9743ea2e76ecebd73054bcc0c1..1ba21f41d1d3cd73aa41e35f7a0f6e9525afe11a 100644 (file)
@@ -1,10 +1,6 @@
 # Have a look at the docs for documentation.
 # https://docs.paperless-ngx.com/configuration/
 
-# Debug. Only enable this for development.
-
-#PAPERLESS_DEBUG=false
-
 # Required services
 
 #PAPERLESS_REDIS=redis://localhost:6379