Commit 85a399ba204e952df5065bed0a41ccb41d873c95

Authored by Christian Teijon
1 parent 84c883a3
Exists in master

Fix documented ERRBIT_LOG_LOCATION default

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docs/configuration.md
@@ -105,5 +105,5 @@ In order of precedence Errbit uses: @@ -105,5 +105,5 @@ In order of precedence Errbit uses:
105 <dd>defaults to false</dd> 105 <dd>defaults to false</dd>
106 <dt>ERRBIT_LOG_LOCATION</dt> 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). 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 108 +<dd>defaults to STDOUT
109 </dl> 109 </dl>