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
Different debug levels, ideally, such as error vs info - so we can have an info-log that is very small output and always there, then enable the debug flag and have it dump debug-level messages too that might be more spew-ey
Can we get line numbers for exceptions in release builds? Maybe if the logger is passed an exception object? Do we need to ship full PDBs?
The text was updated successfully, but these errors were encountered:
I agree, but having a dependency on not using stdout isn't acceptable.
PDB is required for line numbers, i can include that in the artifacts (but user will need to download it in addition to the exe)
Problems:
The text was updated successfully, but these errors were encountered: