From 40608f23c8c5b20da25b323731a75376c913936a Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 26 Sep 2023 12:10:24 +0200 Subject: [PATCH] docs: use code html tag for config value 'json' --- rel/i18n/emqx_conf_schema.hocon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/i18n/emqx_conf_schema.hocon b/rel/i18n/emqx_conf_schema.hocon index e26a21fa0..c6e3036b1 100644 --- a/rel/i18n/emqx_conf_schema.hocon +++ b/rel/i18n/emqx_conf_schema.hocon @@ -101,7 +101,7 @@ common_handler_flush_qlen.label: common_handler_chars_limit.desc: """Set the maximum length of a single log message. If this length is exceeded, the log message will be truncated. -When formatter is 'json' the truncation is done on the JSON values, but not on the log message itself.""" +When formatter is json the truncation is done on the JSON values, but not on the log message itself.""" common_handler_chars_limit.label: """Single Log Max Length""" @@ -661,7 +661,7 @@ Can be one of: - utc: the UTC time offset - +-[hh]:[mm]: user specified time offset, such as "-02:00" or "+00:00" Defaults to: system. -This config has no effect for when formatter is 'json' as the timestamp in JSON is milliseconds since epoch.""" +This config has no effect for when formatter is json as the timestamp in JSON is milliseconds since epoch.""" common_handler_time_offset.label: """Time Offset"""