Pode.Web
Pode.Web copied to clipboard
Log Data is Truncated in PodeWebFileStream
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:

Stream:

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 :)
Thank you @Badgerati !