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
- Host: GitHub
- URL: https://github.com/screwdriver-cd/log-service
- Owner: screwdriver-cd
- License: other
- Created: 2016-08-24T18:30:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T08:16:26.000Z (over 3 years ago)
- Last Synced: 2025-07-30T07:52:10.684Z (11 months ago)
- Topics: golang
- Language: Go
- Homepage: https://github.com/screwdriver-cd/log-service/releases
- Size: 86.9 KB
- Stars: 3
- Watchers: 20
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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