Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1391 closed defect (fixed)

backend log does not show most recent log entry

Reported by: briand Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: 0.19
Severity: low Keywords:
Cc: Ticket locked: no

Description

I've grown rather fond of the backend log screen, having only recently changed over to keeping the log in the database. I really enjoy this feature, however it does not show the most recent event in the log -- I noticed that it'll often show 'Commercial Flagging Starting' or 'Transcode Starting' or 'Started recording', even if those events had actually ended hours ago.

In MySQL, run the following SQL statement:

SELECT * FROM mythlog WHERE LOGID=<number one greater than maximum displayed in mythweb>

...and it will, indeed, indicate one more recent entry than that displayed.

Change History (2)

comment:1 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

(In [9195]) fix starting limit to close #1391

comment:2 Changed 18 years ago by xris

(In [9196]) merge [9195] from trunk, re #1391

Note: See TracTickets for help on using tickets.