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
M. J. Fromberger 2dd72f6ec2
Revert "logtail: avoid racing eventbus subscriptions with Shutdown (#17639)" (#17684)
This reverts commit 4346615d77.
We averted the shutdown race, but will need to service the subscriber even when
we are not waiting for a change so that we do not delay the bus as a whole.

Updates #17638

Change-Id: I5488466ed83f5ad1141c95267f5ae54878a24657
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
(cherry picked from commit db5815fb97)
1 month ago
..
example Switch logging service from log.tailscale.io to log.tailscale.com (#14398) 12 months ago
filch all: use Go 1.22 range-over-int 2 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 Switch logging service from log.tailscale.io to log.tailscale.com (#14398) 12 months ago
buffer.go feature/logtail: pull logtail + netlog out to modular features 2 months ago
config.go net/netmon: remove usage of direct callbacks from netmon (#17292) 2 months ago
logtail.go Revert "logtail: avoid racing eventbus subscriptions with Shutdown (#17639)" (#17684) 1 month ago
logtail_omit.go feature/logtail: pull logtail + netlog out to modular features 2 months ago
logtail_test.go net/netmon: remove usage of direct callbacks from netmon (#17292) 2 months 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.