glogg icon indicating copy to clipboard operation
glogg copied to clipboard

Text is truncated/missing on long lines

Open mkenyon2 opened this issue 6 years ago • 1 comments

When viewing logs, at times the app fails to display lines to their end. You can see in the screenshot, the line cuts off before listing the line number. In the actual log, the text looks like at AppName.Business.Addresses.AddressService.<ValidateAccountAddressAsync>d__25.MoveNext() in C:\Users\myUserName\source\repos\AppName\AppName.Business\Addresses\AddressService.cs:line 796

image

mkenyon2 avatar Sep 30 '19 15:09 mkenyon2

Looks similar to #257. Does this happen with static files or when files are changing on disk? glogg has some issues with partial files reindexing when new lines are appended to file. It might be fixed in builds from latest master (see #243),

Also could you try klogg? We've some changes in indexing that might affect the issue.

variar avatar Sep 30 '19 16:09 variar