From eced0d52abeab6f1e1beba4686ac89eaf57d6438 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 14 Nov 2023 10:30:30 -0800 Subject: [PATCH] Update examples/python-loganalysis/loganalysis.py Co-authored-by: Bruce MacDonald --- examples/python-loganalysis/loganalysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/python-loganalysis/loganalysis.py b/examples/python-loganalysis/loganalysis.py index 336e2e8f..e9385065 100644 --- a/examples/python-loganalysis/loganalysis.py +++ b/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