We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e035c commit 828a64dCopy full SHA for 828a64d
samples/snippets/src/main/resources/logback.xml
@@ -21,6 +21,7 @@
21
<level>INFO</level>
22
</filter>
23
<log>application.log</log> <!-- Optional : default java.log -->
24
+ <resourceType>gae_app</resourceType> <!-- Optional : default: auto-detected, fallback: global -->
25
<enhancer>com.example.logging.logback.enhancers.ExampleEnhancer</enhancer> <!-- Optional -->
26
<flushLevel>WARN</flushLevel> <!-- Optional : default ERROR -->
27
</appender>
0 commit comments