Merged
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
77bc368 to
d9faad5
Compare
pawelrutkaq
reviewed
Jan 7, 2026
b065c66 to
ba914d3
Compare
3594ed5 to
18dc8b8
Compare
18dc8b8 to
c2eabd7
Compare
ac5219a to
d110ca3
Compare
PiotrKorkus
reviewed
Jan 27, 2026
d110ca3 to
d4b1afa
Compare
Contributor
Author
|
Waiting for build fixes for logging deps. |
d4b1afa to
7e3f55c
Compare
|
The created documentation from the pull request is available at: docu-html |
03b3814 to
fbc0f33
Compare
pawelrutkaq
requested changes
Feb 19, 2026
tests/test_cases/config/logging.json
Outdated
| @@ -0,0 +1,7 @@ | |||
| { | |||
| "appId": "RUTS", | |||
Contributor
Author
There was a problem hiding this comment.
Replaced with TEST.
| "logMode": "kConsole", | ||
| "logLevel": "kVerbose", | ||
| "logLevelThresholdConsole": "kInfo" | ||
| } No newline at end of file |
Contributor
There was a problem hiding this comment.
last line empty missing
Contributor
Author
There was a problem hiding this comment.
Result of VS Code format. I see it's common for JSON files, so I leave it as is.
Contributor
There was a problem hiding this comment.
I wouldn't insist but for completeness this is basically just a matter of configuration if you enable
"files.insertFinalNewline": true and
"files.trimFinalNewlines": true also after format there is "exactly" one newline
umaucher
previously approved these changes
Feb 19, 2026
fbc0f33 to
658d775
Compare
- Use `stdout_logger` for Cargo builds. - Use `score_log_bridge` for Bazel builds. - Additional logs from Rust implementation. - Use proxy module for logging with correct context across the lib. - Fix tests.
658d775 to
a2328f0
Compare
pawelrutkaq
approved these changes
Feb 23, 2026
vinodreddy-g
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
stdout_loggerfor Cargo builds.score_log_bridgefor Bazel builds.