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 e4f53e9b6f
Add logtail tests (#1114)
* logtail: test parseAndRemoveLogLevel()

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

* logtail: test JSON log encoding.

Expand TestUploadMessages to also exercise the encoding functions
in logtail, like JSON logging and timestamps.

Other tests frequently send logs but a) don't check the result and
b) do so by happenstance, such that the lines in encode() were not
consistently being exercised and leading to spurious changes in
code coverage.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

* logtail: add a test for drainPendingMessages

Make the client buffer some messages before the upload server
becomes available.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

* logtail: use %q, raw strings, and io.WriteString

%q escapes binary characters for us.

raw strings avoid so much backslash escaping

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 Add logtail tests (#1114) 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.