I found out that there is a limit to the number of log messages.
I was confused because I was not logging much.
I restarted Firefox, and saw that since I had turned on options to log a lot of different errors, and the plugin I was using had errors, it was filling up the log.
There is info on the web that this limit can be changed by setting an option, maxQueueRequests
Code:
[url=#top]
[/url]Original
- Code
I do not know how to do this. Anyone?- I do not know how to do this. Anyone?
Copy Code For now I have turned off many of the logging features.
Firebug's log limit has been reached. %S entries not shown. Preferences
console is not defined
console.debug('TESTING');
I do not understand the log limit, and will investigate but any help is appreciated. |