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
In a recent commit, the logging in RunCommandInternalRaw was enabled by commenting #if UE_BUILD_DEBUG. See here and here.
Was this change made intentionally? It appears to slows down our mid sized projects and (Disregard this since it shouldn't have any significant impact on performance) Sometimes floods the log making it difficult to use.
The text was updated successfully, but these errors were encountered:
Oh, that makes sense. I can help with that. Should we add a checkbox to the source control dialog or hide it away in project settings (in the plugin settings category)?
Hello, until now I have always put everything on the source control dialog.
Perhaps should we also be able to find some of these settings also in the project settings? I never thought about it but I am pretty sure it would help people find them.
In a recent commit, the logging in RunCommandInternalRaw was enabled by commenting
#if UE_BUILD_DEBUG
. See here and here.Was this change made intentionally?
It appears to slows down our mid sized projects and(Disregard this since it shouldn't have any significant impact on performance) Sometimes floods the log making it difficult to use.The text was updated successfully, but these errors were encountered: