40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: needs-triage
|
|
|
|
---
|
|
|
|
<!-- 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 [node_dump tool](https://github.com/emqx/emqx/blob/master/bin/node_dump)
|
|
|
|
- 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.
|