Add system log driver and use it by default

This commit is contained in:
Frédéric Guillot
2018-03-05 13:34:04 -08:00
parent 299198f718
commit 95ac11a6aa
7 changed files with 39 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ From the archive (stable version)
The `data` folder is used to store:
- Sqlite database: `db.sqlite`
- Debug file: `debug.log` (if debug mode is enabled)
- Debug file: `debug.log` (if debug mode is enabled with the `file` driver)
- Uploaded files: `files/*`
- Image thumbnails: `files/thumbnails/*`