Conversation
…g location as custom project, folder, organization or billing account
There was a problem hiding this comment.
We recommend to minimize the scope of changes in order to speed up and simplify the reviewing process. It reduces a cognitive load of the reviewer and helps avoiding mistakes.
[edited] For the next time, please split changes into multiple PRs. In this PR we shall finish reviewing the changes related to the write interface and then will do modifications to LoggingHandler and LoggingHandlerTest, since the latter changes are not directly related to the PR's description and the linked issue(s).
google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingImpl.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingImpl.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingImpl.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
minherz
left a comment
There was a problem hiding this comment.
Please, have a look into comments for changes in the LoggingImplTest.java
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingImplTest.java
Outdated
Show resolved
Hide resolved
google-cloud-logging/src/test/java/com/google/cloud/logging/LoggingTest.java
Show resolved
Hide resolved
minherz
left a comment
There was a problem hiding this comment.
LGTM. Feel free to ignore or apply the comment about request variable name.
|
Thanks! |
Exposed an ability to set logs destination in WriteOption and added an ability to customize log destination in LoggingHandler
Fixes #684 ☕️