diff options
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 74638e353..511c84f15 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -293,7 +293,7 @@ JOINT = " | " ISHTAR_SCRIPT_DIR = "" # GDPR -GDPR_LOGGING = True +GDPR_LOGGING = False GDPR_RETENTION_PERIOD = int(30.5 * 6) + 1 # ~ 6 month of logging # TODO: clean... |