Text is truncated/missing on long lines
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

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.