From 1844f680024fa9ac4e7749ee4eff59cf4c31cbce Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Fri, 18 Mar 2022 12:48:21 +1100 Subject: [PATCH] add the none value explanation at logger section --- doc/frontend.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/frontend.md b/doc/frontend.md index b952644c..37dfc1a8 100644 --- a/doc/frontend.md +++ b/doc/frontend.md @@ -827,6 +827,10 @@ Furthermore there are some keys specific to the log. The selected line will be preceded by a ISO 8601 timestamp for combined date and time representing local time according to the systems timezone, with a space (not a `T`) between the date and the time and two spaces after the time, before being processed by the next action directive. + * none + + The logged line will not be preceded by any timestamp. + The following are two possible examples for the [[logger]](frontend.html#Section: [logger]) section definition. ```` -- GitLab