Skip to content

Commit ee78c53

Browse files
authored
Update readme.md
1 parent 72fe923 commit ee78c53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

micro-log-streamer/readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Clients can't access log files (or other files) directly, only the files configu
1717

1818
### Streaming the primary configured file
1919

20-
To publish an infinite Stream of Boo! we could create Rest end points like those below
20+
To listen to the stream of data being added to our primary configured log file
2121

2222
```java
2323
new ReactiveRequest(10, 10).getTextStream("http://myhost:8080/my-app/log-tail/stream")
@@ -31,6 +31,10 @@ curl -v http://myhost:8080/my-app/log-tail/stream
3131

3232
### Streaming the files using alias
3333

34+
35+
To listen to the stream of data being added to one of our configured log files
36+
37+
3438
```java
3539
@Component
3640
public class CustomAliases implements LogLookup {

0 commit comments

Comments
 (0)