mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 11:24:24 +08:00
1670ffe82d
In `Jobs::Base::JobInstrumenter.raw_log`, we were creating an instance of `Queue` and then pushing messages to the queue before popping it off the queue in a thread. However, this complexity is not necessary when we can just write directly to the logger without much overhead. This is how all logging is done in other parts of the app as well. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |