Best Logging Solution for Small App

I'm a little confused by all the logging options for building custom logs in a Worker. At first I was leaning toward using Worker trace events. Then I read about queues and this seems like a much better option plus easier to reason about as well. What do you all suggest? Will queues replace trace events anyway once they are out of beta?
2 Replies
Paul Shriner
Paul Shriner7mo ago
Also curious on the reccommendation
danboyle8637
danboyle86377mo ago
@Paul Shriner I just went ahead and set up queues. It seems to work really nicely so far in development. I'm launching it to production even though it's in beta. But it's very easy to setup and send any custom data you want to a consumer Worker.