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
David Anderson de0239375a logtail/filch: use x/sys/unix instead of syscall.
In particular, the Dup2 syscall is not defined in the syscall
package on arm64, but is defined in x/sys/unix.

Signed-off-by: David Anderson <dave@natulte.net>
4 years ago
..
backoff Move Linux client & common packages into a public repo. 4 years ago
example Move Linux client & common packages into a public repo. 4 years ago
filch logtail/filch: use x/sys/unix instead of syscall. 4 years ago
.gitignore Move Linux client & common packages into a public repo. 4 years ago
README.md Move Linux client & common packages into a public repo. 4 years ago
api.md Move Linux client & common packages into a public repo. 4 years ago
buffer.go Move Linux client & common packages into a public repo. 4 years ago
id.go Move Linux client & common packages into a public repo. 4 years ago
id_test.go Move Linux client & common packages into a public repo. 4 years ago
logtail.go logtail: remove unused code from old sentinel logic. 4 years ago
logtail_test.go Move Linux client & common packages into a public repo. 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.