diff options
| author | Siri Hansen <[email protected]> | 2018-05-16 14:12:23 +0200 | 
|---|---|---|
| committer | Lukas Larsson <[email protected]> | 2018-05-21 17:43:53 +0200 | 
| commit | 0afab64f105c09976c7c07a64f54bf962ff9a18f (patch) | |
| tree | 4a12eb3bd9a19569deb77f88ea1c74eca457d9e6 /lib/sasl/doc/src | |
| parent | 5d49f8a25005945b7260facc1a985c294746616b (diff) | |
| download | otp-0afab64f105c09976c7c07a64f54bf962ff9a18f.tar.gz otp-0afab64f105c09976c7c07a64f54bf962ff9a18f.tar.bz2 otp-0afab64f105c09976c7c07a64f54bf962ff9a18f.zip | |
Format logger timestamps according to RFC3339
Diffstat (limited to 'lib/sasl/doc/src')
| -rw-r--r-- | lib/sasl/doc/src/sasl_app.xml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/lib/sasl/doc/src/sasl_app.xml b/lib/sasl/doc/src/sasl_app.xml index 8f92a22cf7..26b9bece2a 100644 --- a/lib/sasl/doc/src/sasl_app.xml +++ b/lib/sasl/doc/src/sasl_app.xml @@ -86,12 +86,6 @@            <c>RELDIR</c> is used. By default, this is            <c>$OTP_ROOT/releases</c>.</p>        </item> -      <tag><c><![CDATA[utc_log = true | false ]]></c></tag> -      <item> -        <p>If set to <c>true</c>, all dates in textual log outputs are -          displayed in Universal Coordinated Time with the string -          <c>UTC</c> appended.</p> -      </item>      </taglist>    </section> @@ -175,6 +169,12 @@            <c>sasl_error_logger</c> to error reports or progress reports,            or both. Default is <c>all</c>.</p>        </item> +      <tag><marker id="utc_log"/><c><![CDATA[utc_log = true | false ]]></c></tag> +      <item> +        <p>If set to <c>true</c>, all dates in textual log outputs are +          displayed in Universal Coordinated Time with the string +          <c>UTC</c> appended.</p> +      </item>      </taglist>      <p>The error logger event handler <c>log_mf_h</c> can also still | 
