davydovanton / sidekiq-statistic

See statistic about your workers
MIT License
797 stars 84 forks source link

Remove support for Logs feature #171

Closed wenderjean closed 2 years ago

wenderjean commented 3 years ago

Related to:

Changes

Rationale

Even though we can use the process manager to redirect logs to a file, the Sidekiq process itself logs only to STDOUT. Recently I began to question the usability of reading logs in Statistic pages, I mean, for a development environment usually, we may want to see the real-time STDOUT and for higher ones, I'd dare to say that we're usually using a specialized log tracking like Sentry, for example.

I'm also opened to any other strong opinion about it.

Tasks

fabn commented 2 years ago

Any plan to release this?

wenderjean commented 2 years ago

@fabn I fixed a tag for version v2.0.0 considering I'm not sure @davydovanton has plans to release a new version for now. What do u think @davydovanton?

fabn commented 2 years ago

Thanks