tailscale/logtail
Will Norris 62a1e9a44f log/sockstatlog: add delay before writing logs to disk
Split apart polling of sockstats and logging them to disk.  Add a 3
second delay before writing logs to disk to prevent an infinite upload
loop when uploading stats to logcatcher.

Fixes #7719

Signed-off-by: Will Norris <will@tailscale.com>
2023-03-29 13:10:42 -07:00
..
backoff all: update copyright and license headers 2023-01-27 15:36:29 -08:00
example all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) 2023-02-28 19:00:00 -08:00
filch all: use tstest.Replace more 2023-03-04 12:24:55 -08:00
.gitignore
README.md
api.md all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) 2023-02-28 19:00:00 -08:00
buffer.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
logtail.go log/sockstatlog: add delay before writing logs to disk 2023-03-29 13:10:42 -07:00
logtail_test.go types/logid: simplify implementation (#7415) 2023-03-02 13:18:04 -08:00

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.