From: Christian Brauner Date: Tue, 17 Mar 2020 16:38:05 +0000 (+0100) Subject: ISSUE_TEMPLATE: fix -l -o order X-Git-Tag: lxc-4.0.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9820e789faab47283a6d6a7bac7238158e2ab08b;p=thirdparty%2Flxc.git ISSUE_TEMPLATE: fix -l -o order Closes #3220. Signed-off-by: Christian Brauner --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2f18371fe..d61aea94f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -25,5 +25,5 @@ A brief description of what failed or what could be improved. # Information to attach - [ ] any relevant kernel output (`dmesg`) - - [ ] container log (The file from running `lxc-start -n -l -o DEBUG`) + - [ ] container log (The file from running `lxc-start -n -l TRACE -o `) - [ ] the containers configuration file