diff --git a/plugins/webhook/index.py b/plugins/webhook/index.py index dd2448cf8..aca5bebbd 100755 --- a/plugins/webhook/index.py +++ b/plugins/webhook/index.py @@ -158,7 +158,7 @@ def getLog(): def getLogCb(args): # print(args) logPath = args['path'] - content = mw.getLastLine(logPath, 500) + content = mw.getLastLine(logPath, 1000) return mw.returnData(True, 'ok', content)