|
39 | 39 | * |
40 | 40 | * <p>Appender configuration in logback.xml: |
41 | 41 | * <ul> |
42 | | - * <li><appender name="CLOUD" class="com.google.cloud.logging.contrib.LoggingAppender"></li> |
43 | | - * <li><log>application.log</log> (Optional, defaults to "java.log" : Stackdriver log name)</li> |
44 | | - * <li><level>ERROR</level> (Optional, defaults to "INFO" : logs at or above this level)</li> |
45 | | - * <li><flushLevel>WARNING</flushLevel> (Optional, defaults to "ERROR")</tr> |
46 | | - * <li><resourceType></resourceType> (Optional, auto detects on App Engine Flex, Standard, GCE and |
| 42 | + * <li><appender name="CLOUD" class="com.google.cloud.logging.contrib.LoggingAppender"></li> |
| 43 | + * <li><log>application.log</log> (Optional, defaults to "java.log" : Stackdriver log name)</li> |
| 44 | + * <li><level>ERROR</level> (Optional, defaults to "INFO" : logs at or above this level)</li> |
| 45 | + * <li><flushLevel>WARNING</flushLevel> (Optional, defaults to "ERROR")</li> |
| 46 | + * <li><resourceType></resourceType> (Optional, auto detects on App Engine Flex, Standard, GCE and |
47 | 47 | * GKE, defaults to "global". |
48 | 48 | * See <a href="https://cloud.google.com/logging/docs/api/v2/resource-list">supported resource |
49 | | - * types</a> |
50 | | - * <li>enhancers>com.example.enhancer1, com.example.enhancer2</enhancers></li> |
| 49 | + * types</a></li> |
| 50 | + * <li><enhancers>com.example.enhancer1, com.example.enhancer2</enhancers></li> |
51 | 51 | * <li>(Optional) add custom labels to log entries using {@link LoggingEnhancer} classes.</li> |
52 | | - * <li></appender></li> |
| 52 | + * <li></appender></li> |
| 53 | + * </ul> |
53 | 54 | */ |
54 | 55 | public class LoggingAppender extends UnsynchronizedAppenderBase<ILoggingEvent> { |
55 | 56 |
|
|
0 commit comments