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
Noted in #1474, I think we should add a Trace equivalent to the extension's logging setting and our loose abstraction of PsesLogLevel. Notably, we're not sure right now how to get existing trace logs, and moreover, the assembly load events are super noisy and should be moved to a Trace level.
I think settings Diagnostics in the extension gets Trace logs because in the end that's an int with the value 0. Obviously we need to clean this up.
The text was updated successfully, but these errors were encountered:
Noted in #1474, I think we should add a
Trace
equivalent to the extension's logging setting and our loose abstraction ofPsesLogLevel
. Notably, we're not sure right now how to get existing trace logs, and moreover, the assembly load events are super noisy and should be moved to aTrace
level.I think settings
Diagnostics
in the extension getsTrace
logs because in the end that's an int with the value 0. Obviously we need to clean this up.The text was updated successfully, but these errors were encountered: