| --- | |
| name: Bug report | |
| about: Submit a bug report | |
| --- | |
| ## Description | |
| [A clear and concise description of what the bug is.] | |
| ## Configuration | |
| **Version:** [Log4j version] | |
| **Operating system:** [OS and version] | |
| **JDK:** [JDK distribution and version] | |
| ## Logs | |
| ``` | |
| [Stacktraces, errors, etc. relevant applications logs.] | |
| ``` | |
| ## Reproduction | |
| [An isolated test reproducing the test. | |
| JUnit tests similar to the ones in the code base are extremely appreciated.] |