Major failure when log object is too long
-
The log manager stopped working properly when one log item become too long and the display overlaid on top of the bottom UI elements to clear the log. The drop down for selecting the type of error to display also stopped working. Trying to log more errors would not get rid of the oversized object at the bottom, which was very strange, so the oversized log object would stay as item 39 no matter how many more log entries accumulated. Nuking the log file manually in the uploads dir fixed the issue. The layout should be fixed so that an oversized object doesn’t float over the clear log button, alternatively, move the clear log button to the top, which honestly is where it belongs anyway. As for why this fails, sorry I don’t have more debug info. I think it’s easy to reproduce by creating a large log string.
The topic ‘Major failure when log object is too long’ is closed to new replies.