فهرست منبع

docs: fix log dir in config doc

zmstone 1 سال پیش
والد
کامیت
a1ce42465a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rel/i18n/emqx_conf_schema.hocon

+ 1 - 1
rel/i18n/emqx_conf_schema.hocon

@@ -100,7 +100,7 @@ common_handler_max_depth.label:
 desc_log.desc:
 desc_log.desc:
 """EMQX supports multiple log handlers, one console handler and multiple file handlers.
 """EMQX supports multiple log handlers, one console handler and multiple file handlers.
 EMQX by default logs to console when running in docker or in console/foreground mode,
 EMQX by default logs to console when running in docker or in console/foreground mode,
-otherwise it logs to file $EMQX_LOG_DIR/emqx.log.
+otherwise it logs to file `${EMQX_LOG_DIR}/emqx.log.N`.
 For advanced configuration, you can find more parameters in this section."""
 For advanced configuration, you can find more parameters in this section."""
 
 
 desc_log.label:
 desc_log.label: