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
Add a page that allows you to view the Embedded Git logs in SourceControl.Git.Log, including full contents of the stream storing the output of commands. Allow filtering by date.
The text was updated successfully, but these errors were encountered:
Workaround for now to view the contents of the stream is that the SUBSTRING function in SQL will read a stream for you:
select Command, SUBSTRING(ErrorStream, 1, 100), SUBSTRING(LogStream, 1, 100), Source, TimeStamp, Username from SourceControl_Git.Log
Add a page that allows you to view the Embedded Git logs in SourceControl.Git.Log, including full contents of the stream storing the output of commands. Allow filtering by date.
The text was updated successfully, but these errors were encountered: