Skip to content

Commit c33524c

Browse files
committed
Lock to stats branch of raychaser-logspout
1 parent 64a3f5c commit c33524c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV GOPATH /go
66
RUN apk-install go git mercurial
77
COPY http/ /go/src/github.com/raychaser/logspout-http/http
88
COPY logspout /go/src/github.com/gliderlabs/logspout
9+
COPY go-dockerclient /go/src/github.com/fsouza/go-dockerclient
910
WORKDIR /go/src/github.com/gliderlabs/logspout
1011
COPY modules.go /go/src/github.com/gliderlabs/logspout/modules.go
1112
RUN go get

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If `http.gzip` is set to true, the logs will be compressed with GZIP. This is of
5050
This assumes that the unique token for the Sumo Logic HTTP collector endpoint is in the environment as ```$SUMO_HTTP_TOKEN```.
5151

5252
```bash
53-
$ DEBUG=1 ROUTE="https://collectors.sumologic.com?http.buffer.timeout=1s\&http.buffer.capacity=100\&http.path=/receiver/v1/http/$SUMO_HTTP_TOKEN\&http.gzip=true" make dev
53+
$ DEBUG=1 ROUTE=https://collectors.sumologic.com?http.buffer.timeout=1s\&http.buffer.capacity=100\&http.path=/receiver/v1/http/$SUMO_HTTP_TOKEN\&http.gzip=true make dev
5454
```
5555

5656
To create some test messages

logspout

modules.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package main
2+
23
import (
34
_ "github.com/raychaser/logspout-http/http"
45
)

0 commit comments

Comments
 (0)