We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26c57b commit 832a64bCopy full SHA for 832a64b
1 file changed
cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java
@@ -127,7 +127,10 @@ public interface Applications {
127
Flux<LogMessage> logs(LogsRequest request);
128
129
/**
130
- * List the applications logs. Uses Log Cache under the hood.
+ * 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>.
134
*
135
* @param request the application logs request
136
* @return the applications logs
0 commit comments