Commit 05bf0e3
fix: Restore null-recent default to Doppler streaming
PR #1348 changed the null-recent behavior from Doppler streaming to
Log Cache. This restores the original default so null behaves like
false (streaming), matching the prior logs(LogsRequest) contract.1 parent 21d6d25 commit 05bf0e3
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- cloudfoundry-operations/src
- main/java/org/cloudfoundry/operations/applications
- test/java/org/cloudfoundry/operations/applications
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1378 | 1378 | | |
1379 | 1379 | | |
1380 | 1380 | | |
1381 | | - | |
| 1381 | + | |
1382 | 1382 | | |
1383 | 1383 | | |
1384 | 1384 | | |
| |||
0 commit comments