Unverified Commit eced0d52 authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Update examples/python-loganalysis/loganalysis.py


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent 96bf9caf
...@@ -3,6 +3,7 @@ import re ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment