log.json 853 B

12345678910111213141516171819202122232425262728
  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://ekuiper.org/docs/en/latest/guide/sinks/builtin/log.html",
  12. "zh_CN": "https://ekuiper.org/docs/zh/latest/guide/sinks/builtin/log.html"
  13. },
  14. "description": {
  15. "en_US": "The action is used for print output message into log file, the log file is at $ekuiper_install/log/stream.log by default.",
  16. "zh_CN": "该操作用于将输出消息打印到日志文件中,默认情况下,该日志文件位于 $ekuiper_install/log/stream.log 中。"
  17. }
  18. },
  19. "properties": [],
  20. "node": {
  21. "category": "sink",
  22. "icon": "iconPath",
  23. "label": {
  24. "en": "Log",
  25. "zh": "Log"
  26. }
  27. }
  28. }