From bd881fd1e09170331b7b039d2d6236b446a62315 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Tue, 26 Nov 2019 16:35:38 -0500 Subject: [PATCH] Additional details for USE_AUDIT_LOG --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156e6a29..d18177d4 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ To generate coverage reports for the Javascript tests: - `SESSION_USE_SIGNER`: Boolean value specifying if the cookie sid should be signed. - `SQLALCHEMY_ECHO`: Boolean value specifying if SQLAlchemy should log queries to stdout. - `STATIC_URL`: URL specifying where static assets are hosted. -- `USE_AUDIT_LOG`: Boolean value describing if ATAT should write to the audit log. Set to "false" by default for performance reasons. +- `USE_AUDIT_LOG`: Boolean value describing if ATAT should write to the audit log table in the database. Set to "false" by default for performance reasons. - `WTF_CSRF_ENABLED`: Boolean value specifying if WTForms should protect against CSRF. Should be set to "true" unless running automated tests. ### UI Test Automation