mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
ISSUE_TEMPLATE: add a command to read log file (#553)
This commit is contained in:
parent
4949784215
commit
3e233f9b39
4
.github/ISSUE_TEMPLATE/bug_en.md
vendored
4
.github/ISSUE_TEMPLATE/bug_en.md
vendored
@ -27,10 +27,14 @@ labels: bug
|
||||
```bash
|
||||
# daemon mode
|
||||
journalctl -u v2raya | tail -n 50
|
||||
sudo tail -n 50 /var/log/v2raya/v2raya.log
|
||||
|
||||
# docker mode
|
||||
docker logs v2raya
|
||||
```
|
||||
|
||||
You can also paste the log that comes from web administration page
|
||||
|
||||
```shell
|
||||
# Paste running logs here
|
||||
|
||||
|
3
.github/ISSUE_TEMPLATE/bug_zh.md
vendored
3
.github/ISSUE_TEMPLATE/bug_zh.md
vendored
@ -27,10 +27,13 @@ labels: bug
|
||||
```bash
|
||||
# daemon mode
|
||||
journalctl -u v2raya | tail -n 50
|
||||
sudo tail -n 50 /var/log/v2raya/v2raya.log
|
||||
|
||||
# docker mode
|
||||
docker logs v2raya
|
||||
```
|
||||
或者粘贴来自 Web 页面的日志
|
||||
|
||||
```shell
|
||||
# 此处贴入运行日志
|
||||
|
||||
|
5
.github/ISSUE_TEMPLATE/help_en.md
vendored
5
.github/ISSUE_TEMPLATE/help_en.md
vendored
@ -24,10 +24,13 @@ labels: help wanted
|
||||
```bash
|
||||
# daemon mode
|
||||
journalctl -u v2raya | tail -n 50
|
||||
|
||||
sudo tail -n 50 /var/log/v2raya/v2raya.log
|
||||
|
||||
# docker mode
|
||||
docker logs v2raya
|
||||
```
|
||||
You can also paste the log that comes from web administration page
|
||||
|
||||
```shell
|
||||
# Paste running logs here
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/help_zh.md
vendored
6
.github/ISSUE_TEMPLATE/help_zh.md
vendored
@ -25,10 +25,14 @@ labels: help wanted
|
||||
```bash
|
||||
# daemon mode
|
||||
journalctl -u v2raya | tail -n 50
|
||||
|
||||
sudo tail -n 50 /var/log/v2raya/v2raya.log
|
||||
|
||||
# docker mode
|
||||
docker logs v2raya
|
||||
```
|
||||
|
||||
或者粘贴来自 Web 管理页面的日志
|
||||
|
||||
```shell
|
||||
# 此处贴入运行日志
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user