From 0afab64f105c09976c7c07a64f54bf962ff9a18f Mon Sep 17 00:00:00 2001
From: Siri Hansen
If set to
Default is
Timestamps are formatted according to RFC3339, and the time + designator is the character used as date and time + separator.
+Default is
The value of this parameter is used as
+ the
The time offset, either a string or an integer, to be + used when formatting the timestamp.
+An empty string is interpreted as local time. The
+ values
Strings, other than
Integers must be in microseconds, meaning that the
+ offset
The default value is an empty string, meaning that
+ timestamps are displayed in local time. However, for
+ backwards compatibility, if the SASL environment
+ variable
The value of this parameter is used as the
The log event used in the examples is:
-?LOG_ERROR("name: ~p~nexit_reason: ~p",[my_reg_name,"It crashed"])
+?LOG_ERROR("name: ~p~nexit_reason: ~p",[my_name,"It crashed"])
Default template:
Example log entry:
-
-=ERROR REPORT==== 29-Dec-2017::13:30:51.245123 ===
-name: my_reg_name
+
+2018-05-16T11:55:50.448382+02:00 error:
+name: my_name
exit_reason: "It crashed"
Notice that all eight levels might occur in the heading,
@@ -198,7 +227,7 @@ exit_reason: "It crashed"
Default template:
Example log entry:
-2017-12-29 13:31:49.640317 error: name: my_reg_name, exit_reason: "It crashed"
+ 2018-05-16T11:55:50.448382+02:00 error: name: my_name, exit_reason: "It crashed"
Default template:
Example log entry:
-
-2017-12-29 13:32:25.191925 error:
-name: my_reg_name
+
+2018-05-16T11:55:50.448382+02:00 error:
+name: my_name
exit_reason: "It crashed"