You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
Would be nice if we could remove or filter out an error if the issue has been fixed. I've added fields to errors that shows inputs /path that cause all errors--so when I get one I can go and duplicate it exactly the way the user did. It would be nice to remove errors once they've been fixed though -so I can only view things that still need worked on.
The text was updated successfully, but these errors were encountered:
This is one thing I've always felt was a problem with FireLog (CodeIgniter 2 log viewer). Sometimes I forget to remove debug logging, and end up with pages of logs (with one, unrelated, problem hidden in the middle - which will inevitably lead to a very late night in the future) after releasing an upgrade or major fix.
I will work on this as soon as I can. Do you want it to actually remove the line(s) from the file, or just hide it (using some sort of session/cookie trickery)?
Hiding may be better for coming back to an issue you could even do checking
an event as resolved, working on it, and ability to leave comments, then be
able to sort and filter by status, date, etc.
This is one thing I've always felt was a problem with FireLog
(CodeIgniter 2 log viewer). Sometimes I forget to remove debug logging, and
end up with pages of logs (with one, unrelated, problem hidden in the
middle - which will inevitably lead to a very late night in the future)
after releasing an upgrade or major fix.
I will work on this as soon as I can. Do you want it to actually remove
the line(s) from the file, or just hide it (using some sort of
session/cookie trickery)?
—
Reply to this email directly or view it on GitHub.
Would be nice if we could remove or filter out an error if the issue has been fixed. I've added fields to errors that shows inputs /path that cause all errors--so when I get one I can go and duplicate it exactly the way the user did. It would be nice to remove errors once they've been fixed though -so I can only view things that still need worked on.
The text was updated successfully, but these errors were encountered: