You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: