瀏覽代碼

Update examples/python-loganalysis/loganalysis.py

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams 1 年之前
父節點
當前提交
eced0d52ab
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/python-loganalysis/loganalysis.py

+ 1 - 0
examples/python-loganalysis/loganalysis.py

@@ -3,6 +3,7 @@ import re
 import requests
 import json
 
+# prelines and postlines represent the number of lines of context to include in the output around the error
 prelines = 10
 postlines = 10