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
Is there a way to be able to not allow logging of Result even if the log level debug/trace is turned on?
I generally worry about logging Results from any library since it could easily contain an object or string with Sensitive data. We cannot rely on Debug being turned off since support and developers can escalate logging in our system.
What code or approach do you have so far?
I have been looking at code, but cannot identify a way to be able to do what I am asking.