adixon / ca.civicrm.logviewer

CiviCRM Log Viewer
Other
9 stars 11 forks source link

Log entry end not getting identified #23

Closed adixon closed 1 month ago

adixon commented 3 months ago

I'm seeing two potential side effects of this change on a couple of sites, seemingly connected (in my mind).

  1. The next/prev links aren't showing up.
  2. I'm seeing all subsequent entries when trying to look at a single entry.

So I think that means the LogViewEntry.php is no longer recognizing where it's entry finishes.

demeritcowboy commented 3 months ago

Oh I think I see it - it's looking for mythical hundredths of a second: [0-9]{2}:[0-9]{2}:[0-9]{2}:[0-9]{2} Going to test something.

adixon commented 1 month ago

Thanks, this looks like it worked.