Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text is truncated/missing on long lines #271

Open
mkenyon2 opened this issue Sep 30, 2019 · 1 comment
Open

Text is truncated/missing on long lines #271

mkenyon2 opened this issue Sep 30, 2019 · 1 comment

Comments

@mkenyon2
Copy link

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

@variar
Copy link
Contributor

variar commented Sep 30, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants