summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Bläul2019-08-16 23:14:35 +0200
committerChristian Bläul2019-08-17 00:03:29 +0200
commitf49bbf4c45606655d86655bd60c02aafbfbe1fb0 (patch)
tree99cbe5390feb6d0e97867a7d37a74fcd4367caa9 /docs
parentc065d45da89d212d4a41761f5142c231634b41d8 (diff)
Documentation of config options: Improve loglevel
Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration-config-file.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md
index 871e4b31..e840ecc7 100644
--- a/docs/configuration-config-file.md
+++ b/docs/configuration-config-file.md
@@ -28,7 +28,7 @@ to `config.json` before filling in your own details.
| `db` | `{ "dialect": "sqlite", "storage": "./db.codimd.sqlite" }` | set the db configs, [see more here](http://sequelize.readthedocs.org/en/latest/api/sequelize/) |
| `dbURL` | `mysql://localhost:3306/database` | set the db URL; if set, then `db` config will be overridden. |
| `forbiddenNoteIDs` | `['robots.txt']` | disallow creation of notes, even if `allowFreeUrl` is `true` |
-| `loglevel` | `info` | Defines what kind of logs are provided to stdout. |
+| `loglevel` | `info` | Defines what kind of logs are provided to stdout. Available options: `debug`, `verbose`, `info`, `warn`, `error` |
| `imageUploadType` | `imgur`, `s3`, `minio`, `azure`, `lutim` or `filesystem`(default) | Where to upload images. For S3, see our Image Upload Guides for [S3](guides/s3-image-upload.md) or [Minio](guides/minio-image-upload.md)|
| `sourceURL` | `https://github.com/codimd/server/tree/<current commit>` | Provides the link to the source code of CodiMD on the entry page (Please, make sure you change this when you run a modified version) |
| `staticCacheTime` | `1 * 24 * 60 * 60 * 1000` | static file cache time |