woodpecker/server/logging
luzpaz 9b687a923e
Fix various typos (#416)
Fix various typos found via `codespell -q 3 -S vendor -L pullrequest,pullrequests`
2021-10-08 18:35:56 +02:00
..
LICENSE Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
log.go Fix various typos (#416) 2021-10-08 18:35:56 +02:00
log_test.go Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
logging.go Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
README.md Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00

logging package

Go package provides a common interface for storing and streaming logs.

History

This was originally published in: https://github.com/cncd/logging Then it was included in: https://github.com/drone-ci/drone/cncd/logging

Documentation:

https://godoc.org/github.com/woodpecker-ci/woodpecker/server/logging