ISSUE_TEMPLATE: add a command to read log file (#553)

This commit is contained in:
Markson Hon 2022-05-27 10:49:07 +08:00 committed by mzz2017
parent 4949784215
commit 3e233f9b39
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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
# 此处贴入运行日志

View File

@ -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

View File

@ -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
# 此处贴入运行日志