summaryrefslogtreecommitdiff
path: root/doc/env.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-07 14:40:49 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-07 14:40:49 -0400
commit6361131d3f03bdc6f5642bfda8e1f165239d593a (patch)
tree1bcd0e73715502d516f08494fd71270c072492a7 /doc/env.markdown
parent300dabe6b4e9e648c1111363fad8154def7cfb5f (diff)
Improve logging
Diffstat (limited to 'doc/env.markdown')
-rw-r--r--doc/env.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/env.markdown b/doc/env.markdown
index a01d0a6f..28f14b18 100644
--- a/doc/env.markdown
+++ b/doc/env.markdown
@@ -6,6 +6,5 @@ Environment variables maybe useful when Kanboard is deployed as container (Docke
| Variable | Description |
|---------------|---------------------------------------------------------------------------------------------------------------------------------|
| DATABASE_URL | `[database type]://[username]:[password]@[host]:[port]/[database name]`, example: `postgres://foo:foo@myserver:5432/kanboard` |
-| DEBUG | Enable/Disable debug mode |
-| DEBUG_FILE | Debug file location, `DEBUG_FILE=php://stderr` |
-| ENABLE_SYSLOG | Enable/Disable logging to Syslog: `ENABLE_SYSLOG=1` |
+| DEBUG | Enable/Disable debug mode: "true" or "false" |
+| LOG_DRIVER | Logging driver: stdout, stderr, file or syslog |