Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to set log level for a remote session #9

Open
svinniks opened this issue Jul 17, 2018 · 0 comments
Open

Possibility to set log level for a remote session #9

svinniks opened this issue Jul 17, 2018 · 0 comments

Comments

@svinniks
Copy link
Owner

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!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant