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
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-05 14:48:39 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-08-05 14:48:39 +0300
commit83d7ad9ed179b2b05a309a0dc1f1146ce165f0a6 (patch)
tree18a41791c2e4644ec28e0b036c1c92575a9fd058
parenteb7ef3d3fddc01f0ddfdecebe30e6bacd4fa1efc (diff)
Bring back old patch for logdjango-3
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
-rw-r--r--nextcloudappstore/settings/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloudappstore/settings/base.py b/nextcloudappstore/settings/base.py
index fa1fc8bf46..1bc54916da 100644
--- a/nextcloudappstore/settings/base.py
+++ b/nextcloudappstore/settings/base.py
@@ -222,7 +222,7 @@ LOGIN_REDIRECT_URL = 'home'
LOGIN_URL = 'account_login'
LOG_LEVEL = 'WARNING'
-LOG_FILE = BASE_DIR / 'appstore.log'
+LOG_FILE = BASE_DIR / '..' / 'appstore.log'
LOGGING = {
'version': 1,
'disable_existing_loggers': False,