Skip to content

Commit dd0ffb0

Browse files
committed
Add Operations API note to README deprecation section
logs(ApplicationLogsRequest) now uses Log Cache internally, so Operations API users do not need to migrate.
1 parent 4e05f86 commit dd0ffb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ The Cloud Foundry Java Client has two active versions. The `5.x` line is compati
4949
> .build());
5050
> ```
5151
52+
> [!NOTE]
53+
> **Operations API users:** `Applications.logs(ApplicationLogsRequest)` now uses Log Cache under the hood for recent logs (the default). No migration is needed at the Operations layer.
54+
5255
[loggregator]: https://github.com/cloudfoundry/loggregator
5356
[log-cache-api]: https://github.com/cloudfoundry/log-cache
5457

0 commit comments

Comments
 (0)