Skip to content

Infinite loop on PATH #35

@ghost

Description

This will take forever. pretty much infinite loop. If you change the log slightly to remove the numbers or keep only single digit number it will work.

log = '"/var/tmp/testfile_3234234_232.log"'
p = r"^\"%{PATH:path}\" yeh$"
grok = Grok(p)
print (grok.match(log))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions