Java-Logging-API (JUL): Configuring LoggingHandler and LoggingEnhancer does not work #1224
Labels
api: logging
Issues related to the googleapis/java-logging API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
Hi all,
I try to run/deploy a Google-AppEngine application which uses java.util.logging for creating log entries utilizing the feature of configuring the (Google-)LoggingHandler in combination with a specific LoggingEnhancer. I followed the instructions documented at Setting Up Cloud Logging for Java, but I didn't succeed.
Pls. find here HelloWord-JAVA8 a demo application based on GoogleCloudPlatform HelloWorld, which should make usage of this feature.
From my point of view the configured LoggingHandler and the attached LoggingEnhancer will be ignored, resp. doesn't work at all.
I also tried it in a JAVA11 environment (which - in the end - is the desired one), but same result.
Note: You've to adapt the projectId accordingly in the pom.
Regards,
Michael
The text was updated successfully, but these errors were encountered: