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
Allow to change log_calls settings from an outside process, say through http. A use case: start a program with a modest amount of logging (say exception only); later when error or performance monitoring show a spike in problems, you can connect to the process and set logging to high paranoid to see what is going on. This is similar to the remote feature offered by epdb for debugging and many other remote debuggers for other languages.
The text was updated successfully, but these errors were encountered:
Allow to change log_calls settings from an outside process, say through http. A use case: start a program with a modest amount of logging (say exception only); later when error or performance monitoring show a spike in problems, you can connect to the process and set logging to high paranoid to see what is going on. This is similar to the remote feature offered by epdb for debugging and many other remote debuggers for other languages.
The text was updated successfully, but these errors were encountered: