# README
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 [email protected].
# Functions
Disable disables logtail uploads for the lifetime of the process.
No description provided by the author
No description provided by the author
RegisterLogTap registers dst to get a copy of every log write.
# Constants
CollectionNode is the name of a logtail Config.Collection for tailscaled (or equivalent: IPNExtension, Android app).
DefaultHost is the default host name to upload logs to when Config.BaseURL isn't provided.
# Interfaces
No description provided by the author