You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/logtail
Denton Gentry 2c328da094 logtail: add a test to upload logs to local server
Start an HTTP server to accept POST requests, and upload some logs to
it. Check that uploaded logs were received.

Code in logtail:drainPending was not being reliably exercised by other
tests. This shows up in code coverage reports, as lines of code in
drainPending are alternately added and subtracted from code coverage.
This test will reliably exercise and verify this code.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
5 years ago
..
backoff backoff: update to Go style, document a bit, make 30s explicit 5 years ago
example logtail, logpolicy: remove an unidiomatic use of an interface 5 years ago
filch all: adjust Unix permissions for those without umasks 5 years ago
.gitignore Move Linux client & common packages into a public repo. 6 years ago
README.md Move Linux client & common packages into a public repo. 6 years ago
api.md Move Linux client & common packages into a public repo. 6 years ago
buffer.go logtail: rename the unused CheckLogs to DrainLogs 6 years ago
id.go logtail: add PrivateID.IsZero method 6 years ago
id_test.go logtail: add ParsePublicID that doesn't allocate 6 years ago
logtail.go cmd/tailscaled, logpolicy, logtail: support log levels 5 years ago
logtail_test.go logtail: add a test to upload logs to local server 5 years ago

README.md

Tailscale Logs Service

This github repository contains libraries, documentation, and examples for working with the public API of the tailscale logs service.

For a very quick introduction to the core features, read the API docs and peruse the logs reprocessing example.

For more information, write to info@tailscale.io.