Support ISO timestamps with timezone information
This commit adds support for timestamps in iso8601 format with timezone when logging. This is exposed through the iso8601-tzinfo printtime suboption. It also makes the new logging format the default for -g output, hopefully removing the need for custom timestamp parsing in scripts.
This commit is contained in:
@@ -57,7 +57,7 @@ logging {
|
||||
null;
|
||||
print-category <boolean>;
|
||||
print-severity <boolean>;
|
||||
print-time ( iso8601 | iso8601-utc | local | <boolean> );
|
||||
print-time ( iso8601 | iso8601-utc | iso8601-tzinfo | local | <boolean> );
|
||||
severity <log_severity>;
|
||||
stderr;
|
||||
syslog [ <syslog_facility> ];
|
||||
|
||||
Reference in New Issue
Block a user