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
Attempts to reproduce many of the reported bugs typically come down to one question - do we have the logs? So far regular logs are not so helpful because we need them in very verbose mode to observe the exchanges between IDE and the engine.
This is problematic because we have to ask users to either run in verbose mode constantly (can slow down the performance) or kill the current session and try to reproduce the problem with verbose logs (and likely fail).
Proposed solution
Currently, we always log files to enso log file folder. But logs in trace level are very verbose and therefore not turned on by default.
The proposition is to use rolling log files.
The text was updated successfully, but these errors were encountered:
Motivation
Attempts to reproduce many of the reported bugs typically come down to one question - do we have the logs? So far regular logs are not so helpful because we need them in very verbose mode to observe the exchanges between IDE and the engine.
This is problematic because we have to ask users to either run in verbose mode constantly (can slow down the performance) or kill the current session and try to reproduce the problem with verbose logs (and likely fail).
Proposed solution
Currently, we always log files to enso log file folder. But logs in
trace
level are very verbose and therefore not turned on by default.The proposition is to use rolling log files.
The text was updated successfully, but these errors were encountered: