Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2018-01-13 17:59:32 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2018-01-13 17:59:32 +0300
commitf7b52ec4310a2d047fe0b548fa58a1c54278149c (patch)
tree2016cecdec78a3b330f5b7a6213e764e5eabc6b2 /docs
parent899e03c5ed8c138914315b257bef7693640591a4 (diff)
fix logging
Diffstat (limited to 'docs')
-rw-r--r--docs/docker.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docker.rst b/docs/docker.rst
index 545509c6c9..e93f30e855 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -174,6 +174,7 @@ The **production.py** contains all App Store specific settings that you may want
RECAPTCHA_PUBLIC_KEY = 'YOUR PUBLIC KEY'
RECAPTCHA_PRIVATE_KEY = 'YOUR PRIVATE KEY'
+ LOG_FILE = join(BASE_DIR, 'logs/appstore.log')
LOG_LEVEL = 'ERROR'
LOGGING['handlers']['file']['filename'] = LOG_FILE
LOGGING['handlers']['file']['level'] = LOG_LEVEL