log.json 751 B

123456789101112131415161718192021
  1. {
  2. "about": {
  3. "trial": false,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "helpUrl": {
  11. "en_US": "https://github.com/emqx/kuiper/blob/master/docs/en_US/rules/sinks/mqtt.md",
  12. "zh_CN": "https://github.com/emqx/kuiper/blob/master/docs/zh_CN/rules/sinks/mqtt.md"
  13. },
  14. "description": {
  15. "en_US": "The action is used for print output message into log file, the log file is at $kuiper_install/log/stream.log by default.",
  16. "zh_CN": "该操作用于将输出消息打印到日志文件中,默认情况下,该日志文件位于 $kuiper_install/log/stream.log 中。"
  17. }
  18. },
  19. "properties": [
  20. ]
  21. }