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

Add possibility to change log level in runtime #78

Open
prajnoha opened this issue Feb 15, 2021 · 0 comments
Open

Add possibility to change log level in runtime #78

prajnoha opened this issue Feb 15, 2021 · 0 comments

Comments

@prajnoha
Copy link
Member

We can define log level on SID startup with '-v' arg. But it may be useful for debugging, if we start logging at certain point and stop at another point in time that we can define. This could be done by sending a signal to SID daemon which in turn would set the log level.

Currently, we can set the log level only with log_init call, we will need to add a new log_change_verbose_mode fn to src/log/log.h interface (but that will just change the global _current_verbose_mode variable).

@trgill trgill self-assigned this Jun 1, 2021
@trgill trgill removed their assignment Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants