File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,10 @@ public interface Applications {
127127 Flux <LogMessage > logs (LogsRequest request );
128128
129129 /**
130- * List the applications logs. Uses Log Cache under the hood.
130+ * List the applications logs.
131+ * Uses Log Cache under the hood when {@link ApplicationLogsRequest#getRecent()} is {@code true}.
132+ * Streaming logs still use Doppler, which is not available in deployments following
133+ * <a href="https://docs.cloudfoundry.org/loggregator/architecture.html#shared-nothing-architecture">shared-nothing architecture</a>.
131134 *
132135 * @param request the application logs request
133136 * @return the applications logs
You can’t perform that action at this time.
0 commit comments