Commit 84c883a3c95a07141febfd49befbdded75446666
1 parent
220742d2
Exists in
master
Add ERRBIT_LOG_LOCATION description
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
docs/configuration.md
... | ... | @@ -103,4 +103,7 @@ In order of precedence Errbit uses: |
103 | 103 | <dt>USE_UNICORN_WORKER_KILLER</dt> |
104 | 104 | <dd>unicorn-worker-killer modules to enable</dd> |
105 | 105 | <dd>defaults to false</dd> |
106 | +<dt>ERRBIT_LOG_LOCATION</dt> | |
107 | +<dd>Path to use to store the log. Specify <em>STDOUT</em> for stdout output, <em>Syslog::Logger</em> to send logs to syslog (uses local0 facility). | |
108 | +<dd>defaults to no logging | |
106 | 109 | </dl> | ... | ... |