Change in otopi[master]: core: log: support overlapping filters

Alon Bar-Lev has submitted this change and it was merged. Change subject: core: log: support overlapping filters ...................................................................... core: log: support overlapping filters currently we filter using simple substitution, this is not good for overlapping patterns. filter: aaabbbccc when filter is: bbb aaabbbccc or: bcc bbb etc... Change-Id: I512425cf2d1f56cdaf1c386fa105f7e335ae10c4 Signed-off-by: Alon Bar-Lev <alonbl@redhat.com> --- M ChangeLog M src/plugins/otopi/core/log.py 2 files changed, 52 insertions(+), 13 deletions(-) Approvals: Alon Bar-Lev: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/25406 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I512425cf2d1f56cdaf1c386fa105f7e335ae10c4 Gerrit-PatchSet: 3 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com>
participants (1)
-
Alon Bar-Lev