GoToSocial/internal/transport
Daenney 2fd69ec58b
[chore] Make worker run messages debug output (#2944)
On startup and shutdown of a worker, we log a message of the worker
being started together with a textual representation of a memory
address. Though this can be handy for developers to debug
startup/shutdown sequencing issues of the workers, it's typically not
very useful or informative for an admin. We can also output a lot of
these (on my system I get 265 lines of these during startup).

This changes the messages from Info to Debug, to not print them under
normal circumstances.
2024-05-30 11:00:47 +02:00
..
delivery [chore] Make worker run messages debug output (#2944) 2024-05-30 11:00:47 +02:00
controller.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
deliver.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
dereference.go [bugfix] Set the `Host` header within the signing transport (#2799) 2024-04-02 14:28:36 +02:00
derefinstance.go [bugfix] Set the `Host` header within the signing transport (#2799) 2024-04-02 14:28:36 +02:00
derefmedia.go [bugfix] Set the `Host` header within the signing transport (#2799) 2024-04-02 14:28:36 +02:00
finger.go [bugfix] Set the `Host` header within the signing transport (#2799) 2024-04-02 14:28:36 +02:00
finger_test.go [performance] overhaul struct (+ result) caching library for simplicity, performance and multiple-result lookups (#2535) 2024-01-19 12:57:29 +00:00
signing.go [feature] Add Mastodon-compatible HTTP signature fallback (#2659) 2024-02-19 11:18:17 +01:00
transport.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
transport_test.go [feature] Add experimental `instance-federation-spam-filter` option (#2685) 2024-02-27 12:22:05 +00:00