summaryrefslogtreecommitdiffhomepage
path: root/types/logger/logger.go
AgeCommit message (Expand)AuthorFilesLines
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 Pennarun1-36/+52
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 limitedSmitty1-1/+1
2021-01-08wgengine: quiet some wireguard-go loggingJosh Bleecher Snyder1-0/+13
2020-12-19Clarify that raw format strings are intentionalSmitty1-1/+1
2020-10-29types/logger: fix LogOnChange to pass through format/args to underlying loggerBrad Fitzpatrick1-1/+4
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 Shynkevych1-1/+6
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 Pennarun1-3/+6
2020-05-15wgengine: log node IDs when peers are added/removed (#381)Wendi Yu1-3/+24
2020-05-13types/logger: add ArgWriterBrad Fitzpatrick1-0/+16
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 Anderson1-1/+0
2020-05-08Implement rate limiting on log messages (#356)Wendi Yu1-0/+59
2020-04-11all: remove unnecessary trailing newlines in format patterns for consistencyBrad Fitzpatrick1-0/+1
2020-04-06types/logger: add Discard helper.David Anderson1-0/+3
2020-03-06types/logger: add adapters for Logf to std Logger/WriterBrad Fitzpatrick1-0/+22
2020-02-25types/logger: add WithPrefix, use it in two placesBrad Fitzpatrick1-1/+9
2020-02-14Move "logger" package to under types, now that we have it.Brad Fitzpatrick1-0/+10