tailscale/logtail
Mihai Parparita f0f2b2e22b logtail: increase maximum log line size in low memory mode
The 255 byte limit was chosen more than 3 years ago (tailscale/corp@929635c9d9),
when iOS was operating under much more significant memory constraints.
With iOS 15 the network extension has an increased limit, so increasing
it to 4K should be fine.

The motivating factor was that the network interfaces being logged
by linkChange in wgengine/userspace.go were getting truncated, and it
would be useful to know why in some cases we're choosing the pdp_ip1
cell interface instead of the pdp_ip0 one.

Updates #7184
Updates #7188

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2023-02-07 22:00:14 -08:00
..
backoff all: update copyright and license headers 2023-01-27 15:36:29 -08:00
example all: update copyright and license headers 2023-01-27 15:36:29 -08:00
filch all: update copyright and license headers 2023-01-27 15:36:29 -08:00
.gitignore Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
README.md Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
api.md Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
buffer.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
id.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
logtail.go logtail: increase maximum log line size in low memory mode 2023-02-07 22:00:14 -08:00
logtail_test.go logtail: increase maximum log line size in low memory mode 2023-02-07 22:00:14 -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.