diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-08 12:16:41 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-10 12:42:29 +0100 |
commit | 7e3e60e6067ec165db32d10d858fe017d8f79caf (patch) | |
tree | 785996ae88e86332fa8bcf38730542cfb596523b | |
parent | 1130f8dbc19cde2edaf0362131fb76bdd9275239 (diff) |
Add log directory to shared directories
Now that the install script leaves the log directory alone (a5f79a5) we
let the generic mechanism for SHARED_DIRECTORIES handle creating a
persisted log directory and symlinking it together.
-rw-r--r-- | config/general.yml-example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 803c1c6ae..507910fc7 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -245,6 +245,7 @@ SHARED_DIRECTORIES: - files/ - cache/ - lib/acts_as_xapian/xapiandbs/ + - log/ - vendor/bundle - public/assets |