-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix(java-core): capturing startup logs and writing them to the logger incase end of stream reached #9108
Conversation
Hi @suztomo , Yes here it is. |
java-core/google-cloud-core/src/main/java/com/google/cloud/testing/StartupLogAggregator.java
Outdated
Show resolved
Hide resolved
java-core/google-cloud-core/src/main/java/com/google/cloud/testing/StartupLogAggregator.java
Outdated
Show resolved
Hide resolved
lint is also failing. |
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
java-core/google-cloud-core/src/main/java/com/google/cloud/testing/StartupLogRecorder.java
Outdated
Show resolved
Hide resolved
… recorder on every 'flush' call
java-core/google-cloud-core/src/main/java/com/google/cloud/testing/LogRecorder.java
Show resolved
Hide resolved
java-core/google-cloud-core/src/main/java/com/google/cloud/testing/LogRecorder.java
Outdated
Show resolved
Hide resolved
…ting/LogRecorder.java Co-authored-by: Tomo Suzuki <[email protected]>
fixes #9097