Pode.Web icon indicating copy to clipboard operation
Pode.Web copied to clipboard

Log Data is Truncated in PodeWebFileStream

Open fatherofinvention opened this issue 2 years ago • 2 comments

Describe the Bug

When streaming a log file using PodeWebFileStream, the full contents of the log are not showing. Here is an example showing stack trace data missing. Is there a way to increase the number of lines shown, or to include all data? I tried the -Height parameter but it doesn't change the amount of data shown, only the size of the text field.

Log file: image

Stream: image

fatherofinvention avatar Jan 08 '23 17:01 fatherofinvention

Ooo, that's interesting. It looks like it's skipping content or somehow mashing different lines together 🤔 When I get a moment, I'll test it and see what happens.

As for -Height, it's just for the display height of the textbox on the frontend :)

Badgerati avatar Jan 09 '23 19:01 Badgerati

Thank you @Badgerati !

fatherofinvention avatar Jan 09 '23 20:01 fatherofinvention