소스 검색

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 requests
 import json
 import json
 
 
+# prelines and postlines represent the number of lines of context to include in the output around the error
 prelines = 10
 prelines = 10
 postlines = 10
 postlines = 10