-
Notifications
You must be signed in to change notification settings - Fork 21
impl: logging support #206
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
base: main
Are you sure you want to change the base?
impl: logging support #206
Conversation
- Support for `mw_log` with C++ backend for Bazel. - Support for `log` for Cargo. - Add more logs. - Fix tests. - Disable `score-log` feature in CI check.
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
77bc368 to
d9faad5
Compare
| "@score_baselibs_rust//src/log/mw_log", | ||
| "@score_crates//:pico_args", | ||
| "@score_crates//:tinyjson", | ||
| "@score_logging//src/rust/mw_logger", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't rustc_flags comes from mw_logger ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't work without them.
| commit = "5a70133dd8bd632f5c07f200a5ee4bc9f507c23b", | ||
| remote = "https://github.com/eclipse-score/communication.git", | ||
| ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we wait with PR until logging is fixed.
20e5a3c to
8286df7
Compare
- Replace `log` crate with `mw_log` and provided Rust backend. - Bump toolchain version in CI.
8286df7 to
b065c66
Compare
- Provide `log` module as a `mw_log` proxy. - Use `"PERS"` context for all persistency logs.
b065c66 to
ba914d3
Compare
mw_logas a logging frontend.mw_loggerfor Bazel targets.stdout_loggerfor Cargo targets.stdout_loggerfeature withcargo clippyin CI.