Annotation Type ServiceLogsStreaming
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceLogsStreaming
This interfaces defines the annotation which can be used to enable the Service Logs Streaming component. What log(s) can be inspected and how is determined by the type of service and its life cycle (e.g.: accessing logs in the provisioning or execution phases) and by the type of cloud platform in which the service is living
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringfilterReturns the log level filter which is set for services annotated withServiceLogsStreamingStringoutputDefines the base path where log files produced by services annotated withServiceLogsStreamingshould be streamed
-
-
-
Element Detail
-
filter
String filter
Returns the log level filter which is set for services annotated withServiceLogsStreaming- Returns:
- A String identifying the log level filter which is set for services annotated with
ServiceLogsStreaming
- Default:
- "[unassigned]"
-
-
-
output
String output
Defines the base path where log files produced by services annotated withServiceLogsStreamingshould be streamed- Returns:
- A String representing the base path log files produced by annotated services should be streamed.
- Default:
- "[unassigned]"
-
-