Opened 20 years ago
Closed 20 years ago
Last modified 20 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)
Note:
See TracTickets
for help on using tickets.

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