gotosocial/internal/transport/delivery
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.go [chore] Make worker run messages debug output (#2944) 2024-05-30 11:00:47 +02:00
delivery_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00