Uh oh!
There was an error while loading. Please reload this page.
logback: log stack trace - #2765
Conversation
| private LogEntry logEntryFor(ILoggingEvent e) { | ||
| String payload = e.getFormattedMessage(); | ||
| StringBuilder payload = new StringBuilder(e.getFormattedMessage()); | ||
| for (StackTraceElement stackEl : e.getCallerData()) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| private LogEntry logEntryFor(ILoggingEvent e) { | ||
| String payload = e.getFormattedMessage(); | ||
| StringBuilder payload = new StringBuilder(e.getFormattedMessage()); | ||
| for (StackTraceElement stackEl : e.getCallerData()) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
pongad
commented
Jan 12, 2018
@jabubake I'm sorry. Looking at this closer, I don't think this is right. The |
jabubake
commented
Jan 12, 2018
|
pongad
commented
Jan 15, 2018
@garrettjonesgoogle@jabubake PTAL. I think this actually works now :) |
pongad
commented
Jan 19, 2018
garrettjonesgoogle
left a comment
There was a problem hiding this comment.
LGTM with minor suggestion
| return builder.build(); | ||
| } | ||
| @InternalApi |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| .append(": ") | ||
| .append(throwProxy.getMessage()) | ||
| .append('\n'); | ||
| StackTraceElementProxy[] trace = throwProxy.getStackTraceElementProxyArray(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
#2765) * chore: Update generation configuration at Tue Nov 12 02:22:37 UTC 2024 * chore: generate libraries at Tue Nov 12 02:23:19 UTC 2024 * chore: Update generation configuration at Wed Nov 13 02:24:27 UTC 2024
Prevent adding an unavailable error to the queue if the retrying loop is still active. Also, cleanup unused retry config for gRPC ReadObject.
…v3.56.0 (googleapis#2765) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [com.google.cloud:sdk-platform-java-config](https://redirect.github.com/googleapis/java-shared-config) | `3.55.1` → `3.56.0` |  |  |  |  | | [com.google.cloud:sdk-platform-java-config](https://redirect.github.com/googleapis/java-shared-config) | `3.54.1` → `3.56.0` |  |  |  |  | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-bigtable). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Fixes#2735.