Skip to content

Commit

Permalink
fix log location
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Mar 25, 2024
1 parent 74eebd7 commit 13ad94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperless.conf.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS=true

PAPERLESS_CONSUMPTION_DIR=${PROJECT}/consume
PAPERLESS_DATA_DIR=${PROJECT}/data
PAPERLESS_LOGGING_DIR=${PROJECT}/log
PAPERLESS_LOGGING_DIR=${LOGDIR}
PAPERLESS_MEDIA_ROOT=${PROJECT}/media
PAPERLESS_NLTK_DIR=${PROJECT}/data/nltk
PAPERLESS_SCRATCH_DIR=${TMPDIR}
Expand Down

0 comments on commit 13ad94e

Please sign in to comment.