Skip to content

Commit cf947c9

Browse files
committed
Update Version
1 parent 95e8dc9 commit cf947c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2ray_util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.8.9'
1+
__version__ = '3.8.10'
22

33
from .util_core.trans import _

v2ray_util/util_core/v2ray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def cleanLog():
103103

104104
@staticmethod
105105
def log():
106-
f = subprocess.Popen(['tail','-f', '-n', '100', '/var/log/v2ray/access.log'],
106+
f = subprocess.Popen(['tail','-f', '-n', '100', '/var/log/v2ray/error.log'],
107107
stdout=subprocess.PIPE,stderr=subprocess.PIPE)
108108
while True:
109109
print(bytes.decode(f.stdout.readline().strip()))

0 commit comments

Comments
 (0)