jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.12k stars 86 forks source link

do not print "Scheduling 0 handled" #636

Closed alphatownsman closed 1 year ago

alphatownsman commented 1 year ago

unless settings.DEBUG is on, so that it's less noisy for less busy nodes.

I personally prefer not to print it at all regardless of DEBUG, but assume it was there for a reason?

andrewgodwin commented 1 year ago

It was mostly there so you could tell if Stator was alive when there were more async issues - I agree it makes sense to flag it behind DEBUG!