mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
logging - squidExtLogFormat : typo (#5580)
This commit is contained in:
parent
481c6f943f
commit
542dbbba84
@ -75,7 +75,7 @@ class SquidExtLogFormat(NewBaseLogFormat):
|
||||
def line(self):
|
||||
tmp = re.match(squid_ext_timeformat, self._line)
|
||||
grp = tmp.group(1)
|
||||
return line.replace(grp, '')
|
||||
return self._line.replace(grp, '')
|
||||
|
||||
|
||||
class SquidJsonLogFormat(NewBaseLogFormat):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user