Closed
Bug 1340456
Opened 8 years ago
Closed 7 years ago
Long server messages are cut off after 200000 characters.
Categories
(DevTools :: Console, defect, P4)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mynthon1, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170125094131
Steps to reproduce:
Try to send from server to console log message longer than 200000 (200k) characters.
Actual results:
I found out that very long log entries from server (rest responses in my case) are cut off after exact 200000 chars. This is limit for firefox console message, but is there any option to open original log message in new window/tab?
Expected results:
Maybe option to show full message in new window/tab.
| Reporter | ||
Updated•8 years ago
|
Severity: normal → minor
Component: Untriaged → Developer Tools: Console
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•7 years ago
|
||
Krzysiek, would you have a way to reproduce this ?
Flags: needinfo?(mynthon1)
Priority: -- → P4
| Reporter | ||
Comment 2•7 years ago
|
||
In firefox 60 it looks ok. I can get much longer response (apart from that server logging option dissapeared).
There is some kind of limit for headers in total or size of single header. Site wont load if headers size il bigger than 384KB, but this is another problem.
Flags: needinfo?(mynthon1)
Comment 3•7 years ago
|
||
Yes, native server logs support was removed, you can install https://addons.mozilla.org/en-US/firefox/addon/chromelogger/ to add it back.
Let's close this bug then if everything is fine in 60 :)
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•