-
Notifications
You must be signed in to change notification settings - Fork 102
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
change log level per rt-app invocation #59
Comments
It might be handy. Maybe just follow the -v -vv -vvv common pattern? |
-v is already taken for 'version', so i'd rather leave it in peace. any other suggestion? as for the overhead and completely disabling: right now i can think of only one way to have even less overhead and still log dynamically: rewriting the log function in the process' .text in memory on start-up (replacing the function calls with nops). i don't think it is worth the effort, though. what would you suggest? |
OK. Please go for |
remaining task is to allow a string instead of the numerical value for the |
#68 implements the remaining issue |
currently, it is a compile-time option which i find a bit tedious. could have a command line flag (how about -l ?). i'm assuming that the overhead is acceptable. could provide a PR, if this feature isn't disliked - ?
The text was updated successfully, but these errors were encountered: