An open API service indexing awesome lists of open source software.

https://github.com/screwdriver-cd/log-service

Sidecar for reading logs from the Launcher and uploading to the Store
https://github.com/screwdriver-cd/log-service

golang

Last synced: 10 months ago
JSON representation

Sidecar for reading logs from the Launcher and uploading to the Store

Awesome Lists containing this project

README

          

# Screwdriver Log Service
[![Build Status][status-image]][status-url]
[![Open Issues][issues-image]][issues-url]
[![Go Report Card][goreport-image]][goreport-url]

> Sidecar for reading logs from the Screwdriver Launcher and uploading to the Screwdriver Store

## Usage

```bash
$ go get github.com/screwdriver-cd/log-service
$ logservice cba94a05f8aa063f4b8cfb62cbc355e0c5f02698
```

## Test

```bash
$ go get github.com/screwdriver-cd/log-service
$ go test -cover github.com/screwdriver-cd/log-service/...
```

## License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/screwdriver.svg
[issues-url]: https://github.com/screwdriver-cd/screwdriver/issues
[status-image]: https://cd.screwdriver.cd/pipelines/30/badge
[status-url]: https://cd.screwdriver.cd/pipelines/30
[goreport-image]: https://goreportcard.com/badge/github.com/screwdriver-cd/log-service
[goreport-url]: https://goreportcard.com/report/github.com/screwdriver-cd/log-service