This repository was archived by the owner on Feb 24, 2026. It is now read-only.
fix: logback logging exceptions with null message#251
Merged
simonz130 merged 1 commit intogoogleapis:masterfrom Dec 8, 2020
Merged
fix: logback logging exceptions with null message#251simonz130 merged 1 commit intogoogleapis:masterfrom
simonz130 merged 1 commit intogoogleapis:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #251 +/- ##
============================================
- Coverage 69.17% 68.05% -1.12%
- Complexity 34 35 +1
============================================
Files 2 2
Lines 133 144 +11
Branches 14 15 +1
============================================
+ Hits 92 98 +6
- Misses 30 33 +3
- Partials 11 13 +2
Continue to review full report at Codecov.
|
simonz130
approved these changes
Dec 8, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Dec 9, 2020
🤖 I have created a release \*beep\* \*boop\* --- ## [0.119.0](https://www.github.com/googleapis/java-logging-logback/compare/v0.118.7...v0.119.0) (2020-12-08) ### Features * adds support to group logs of the same http request ([#257](https://www.github.com/googleapis/java-logging-logback/issues/257)) ([d98051c](https://www.github.com/googleapis/java-logging-logback/commit/d98051c969de254c128a92f330175bc085a75855)) ### Bug Fixes * logback logging exceptions with null message ([#251](https://www.github.com/googleapis/java-logging-logback/issues/251)) ([d9856f6](https://www.github.com/googleapis/java-logging-logback/commit/d9856f6c88458648f81612fc8b15315abcec9683)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #248