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
It must be possible to set log level for any session, not only the current one.
There must be an (optional) argument for SET_SESSION_LOG_LEVEL, which takes session's serial# (because it's unique). If NULL has been passed, current session serial # must be used.
Globally accessed context must be used to store/check session levels.
To avoid high memory usage finished session levels must be cleaned up time after time (for example, each 100-th call to SET_SESSION_LOG_LEVEL).
Functionality must be checked for proxy sessions!.
The text was updated successfully, but these errors were encountered:
It must be possible to set log level for any session, not only the current one.
There must be an (optional) argument for SET_SESSION_LOG_LEVEL, which takes session's serial# (because it's unique). If NULL has been passed, current session serial # must be used.
Globally accessed context must be used to store/check session levels.
To avoid high memory usage finished session levels must be cleaned up time after time (for example, each 100-th call to SET_SESSION_LOG_LEVEL).
Functionality must be checked for proxy sessions!.
The text was updated successfully, but these errors were encountered: