Update examples/python-loganalysis/loganalysis.py
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
parent
96bf9cafa7
commit
eced0d52ab
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue