-
Notifications
You must be signed in to change notification settings - Fork 163
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
Implement a generic way to change logging levels #664
Implement a generic way to change logging levels #664
Commits on Jul 8, 2020
-
Implement a generic way to change logging levels
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12cd013 - Browse repository at this point
Copy the full SHA 12cd013View commit details -
Add comment and fix for some bad code style
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87014ef - Browse repository at this point
Copy the full SHA 87014efView commit details -
Add more check and test cases.
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 896037d - Browse repository at this point
Copy the full SHA 896037dView commit details -
Update test code with c++ style and remove unnecessary code
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00b2b62 - Browse repository at this point
Copy the full SHA 00b2b62View commit details -
We don't need to test this per-RMW, so just get rid of the test fixture completely. Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d28958 - Browse repository at this point
Copy the full SHA 4d28958View commit details -
It is just easier to maintain that way. Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c5e458 - Browse repository at this point
Copy the full SHA 7c5e458View commit details -
Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2ecd3e - Browse repository at this point
Copy the full SHA e2ecd3eView commit details -
Make sure to deallocate item on all error paths.
Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d77ef4 - Browse repository at this point
Copy the full SHA 3d77ef4View commit details -
Make sure to deallocate logger_log_level->name on error.
Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7f60ff - Browse repository at this point
Copy the full SHA f7f60ffView commit details -
Make sure to deallocate value on all error paths.
Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 352b12d - Browse repository at this point
Copy the full SHA 352b12dView commit details -
Make sure to call rcutils_logging_shutdown().
This ensures we don't have a memory leak from the rcutils logging subsystem at the end of the test run. Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd2413f - Browse repository at this point
Copy the full SHA bd2413fView commit details -
Use := as separator and remove multiple logger settings in one argument
Signed-off-by: Chen Lihui <[email protected]> Co-authored-by: Tomoya.Fujita <[email protected]> Co-authored-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 141aa0b - Browse repository at this point
Copy the full SHA 141aa0bView commit details -
1. use rcl_log_levels_t 2. update function interfaces 3. use argc as logger count instead of a fixed number Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bee60a2 - Browse repository at this point
Copy the full SHA bee60a2View commit details -
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb6138d - Browse repository at this point
Copy the full SHA eb6138dView commit details -
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e3a42a - Browse repository at this point
Copy the full SHA 0e3a42aView commit details -
Add in some more error checks.
Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79d36aa - Browse repository at this point
Copy the full SHA 79d36aaView commit details -
1. use lexer to parse log-level 2. add shrink function Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07ef7fd - Browse repository at this point
Copy the full SHA 07ef7fdView commit details -
Update for testing the command-line precedence order with two same lo…
…gger name Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce94ba0 - Browse repository at this point
Copy the full SHA ce94ba0View commit details -
Update for removing init before copy
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95c4a21 - Browse repository at this point
Copy the full SHA 95c4a21View commit details -
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2b87f5 - Browse repository at this point
Copy the full SHA a2b87f5View commit details -
Use rcl_reset_error instead of rcutils_reset_error.
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4393a4 - Browse repository at this point
Copy the full SHA b4393a4View commit details -
Signed-off-by: Chen Lihui <[email protected]> Co-authored-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66113e0 - Browse repository at this point
Copy the full SHA 66113e0View commit details -
Use stack variable instead of pointer for log levels in arguments
Signed-off-by: Chen Lihui <[email protected]> Co-authored-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abbac3c - Browse repository at this point
Copy the full SHA abbac3cView commit details -
Adjust setting log level value
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc5c2b8 - Browse repository at this point
Copy the full SHA dc5c2b8View commit details -
Signed-off-by: Chen Lihui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ec0c30 - Browse repository at this point
Copy the full SHA 3ec0c30View commit details -
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d1d799 - Browse repository at this point
Copy the full SHA 0d1d799View commit details -
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 165fff5 - Browse repository at this point
Copy the full SHA 165fff5View commit details -
Make finishing zero initialized log levels structure safe
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ebf60c - Browse repository at this point
Copy the full SHA 7ebf60cView commit details -
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b600a43 - Browse repository at this point
Copy the full SHA b600a43View commit details -
Completely initialize allocator for clang-tidy.
Signed-off-by: Chris Lalancette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ee1d9a - Browse repository at this point
Copy the full SHA 9ee1d9aView commit details