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 b771a1363b logtail: start a local server for TestFastShutdown
Right now TestFastShutdown tries to upload logs to localhost:1234,
which will most likely respond with an error. However if one has an
actual service running on port 1234, it would receive a connection
attempting to POST every time the unit test runs.

Start a local server and direct the upload there instead.

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