41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- Please use this template while reporting a bug and provide as much info as possible. Thanks!-->
|
|
<!-- 请使用英文描述问题 -->
|
|
<!-- Note, lacking of information will delay the handling of issue
|
|
See our github issue handling flow here:
|
|
https://github.com/emqx/emqx/blob/master/.github/ISSUE_TEMPLATE/assets/issue-handling.png
|
|
-->
|
|
|
|
### Subject of the issue
|
|
Describe your issue here.
|
|
|
|
### Your environment
|
|
|
|
For EMQ X 4.3 or newer, please provide the log archive generated by running `node_dump` (The `node_dump` script can be found in `/<path-to-installation-of-emqx>/bin` if you installed emqx from source or zip ball).
|
|
|
|
- EMQ X version (e.g. `emqx_ctl status`):
|
|
- Hardware configuration (e.g. `lscpu`):
|
|
- OS (e.g. `cat /etc/os-release`):
|
|
- Kernel (e.g. `uname -a`):
|
|
- Erlang/OTP version (in case you build emqx from source code):
|
|
- Others:
|
|
|
|
### Steps to reproduce
|
|
Tell us how to reproduce this issue.
|
|
|
|
### Expected behaviour
|
|
Tell us what should happen
|
|
|
|
### Actual behaviour
|
|
Tell us what happens instead
|
|
|
|
Missing log file can delay the handling of the issue.
|