e45bf4739b73ec568cee8fa6a886fe39286c2d95
+ move k8s.io/apimachinery fork from go.work to go.mod (and include it in vendor)
logmower-shipper
Watches log directory for logs, and ships them to mongo.
- Running:
go run .
- Building:
go build .
Files
mower.go
acts as the main routine: initializes (includingmongo.go
) and watches for new files in log directory.submit.go
watches file contents and tails them, streaming tosender.go
.sender.go
batches lines and ships them to mongo.
Description
Languages
Go
98.3%
Dockerfile
1.7%