summaryrefslogtreecommitdiffhomepage
path: root/types/logger
AgeCommit message (Expand)AuthorFilesLines
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2024-03-07cmd/derper, types/logger: move log filter to shared packageAndrew Dunham2-0/+43
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai1-8/+12
2023-08-30types/logger: add TestLoggerBrad Fitzpatrick1-0/+16
2023-08-30adjust build tags for tamagoAndrea Barisani2-2/+2
2023-08-28types/logger: fix test failure I missed earlierBrad Fitzpatrick1-0/+7
2023-08-28types/logger: add AsJSONBrad Fitzpatrick2-0/+50
2023-08-24types/logger, cmd/tailscale/cli: flesh out, simplify some non-unix build tagsBrad Fitzpatrick2-2/+2
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick2-2/+2
2023-01-31ipn/ipnlocal: rate-limit diagnose logs in bugreportAndrew Dunham1-0/+47
2023-01-27all: update copyright and license headersWill Norris6-18/+12
2022-11-04all: remove old +build tagsBrad Fitzpatrick2-2/+0
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham1-0/+2
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-3/+1
2022-08-28logger: migrate rusage syscall use to x/sys/unixNahum Shalman1-3/+4
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-4/+5
2022-04-05tailcfg: add omitempty to all fields of Hostinfo (#4360)Joe Tsai1-1/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder3-14/+14
2022-02-18types/logger: add more reserved top level field namesJosh Bleecher Snyder1-2/+2
2022-02-18types/logger, logtail: add mechanism to do structured JSON logsBrad Fitzpatrick2-0/+56
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-2/+3
2021-11-30types/logger: add Context and related helpersJosh Bleecher Snyder2-0/+51
2021-10-20all: fix some js/wasm compilation issuesBrad Fitzpatrick2-2/+5
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-06-25types/logger: fix deadlock RateLimitedFn reentrancyBrad Fitzpatrick2-5/+21
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder1-2/+6
2021-05-04types/logger: fix rate limiter allowlistJosh Bleecher Snyder1-1/+1
2021-04-30types/logger: rate limited: more hysteresis, better messages.Avery Pennarun3-39/+142
2021-01-28types/logger: fix rateFree interaction with verbosity prefixesJosh Bleecher Snyder1-4/+4
2021-01-19types/logger: trim spaces from the rate-limited example message.David Anderson1-1/+1
2021-01-15wgengine/magicsock: close test loggers once we're done with themJosh Bleecher Snyder1-0/+24
2021-01-13Provide example when format string is rate limitedSmitty2-3/+3
2021-01-08wgengine: quiet some wireguard-go loggingJosh Bleecher Snyder1-0/+13
2020-12-19Clarify that raw format strings are intentionalSmitty2-3/+3
2020-11-11all: prepare for GOOS=ios in Go 1.16Brad Fitzpatrick1-1/+1
2020-10-29types/logger: fix LogOnChange to pass through format/args to underlying loggerBrad Fitzpatrick1-1/+4
2020-10-19types/logger: move RusagePrefixLog to logger package, disable by defaultBrad Fitzpatrick3-0/+63
2020-07-14types/logger: fix go test vet errorElias Naur1-1/+1
2020-07-03types/logger: add rateFreePrefix rate-limiting-exempt log format prefixesBrad Fitzpatrick1-0/+14
2020-06-15Fix concurrency issues in controlclient, ipn, types/logger (#456)Dmytro Shynkevych2-1/+35
2020-05-29types/logger: add TS_DEBUG_LOG_RATE knob to easily turn off rate limitingBrad Fitzpatrick1-0/+6
2020-05-20log rate limiting: reformat limiter messages, and use nonempty burst size.Avery Pennarun2-8/+10
2020-05-15wgengine: log node IDs when peers are added/removed (#381)Wendi Yu2-18/+80
2020-05-13types/logger: add ArgWriterBrad Fitzpatrick2-0/+31
2020-05-11types/logger: simplify mutex locking in rate-limited loggerBrad Fitzpatrick1-31/+42
2020-05-09types/logger: fix deadlock in the burst case.David Anderson2-3/+4
2020-05-08Implement rate limiting on log messages (#356)Wendi Yu2-0/+100
2020-04-11all: remove unnecessary trailing newlines in format patterns for consistencyBrad Fitzpatrick1-0/+1