1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Fix wrong link

This commit is contained in:
Kenta Okamoto 2019-09-03 10:57:31 +09:00 committed by Mike Perham
parent e3839682a3
commit 204eb54584

View file

@ -34,7 +34,7 @@ Sidekiq.configure_server do |config|
# config.log_formatter = Sidekiq::Logger::Format::JSON.new
end
```
Please see the [Logging](/mperham/sidekiq/wiki/Logging) wiki page for the latest documentation and notes.
Please see the [Logging](https://github.com/mperham/sidekiq/wiki/Logging) wiki page for the latest documentation and notes.
- **Remove the daemonization, logfile and pidfile command line arguments and `sidekiqctl` binary**.
I've [noted for years](https://www.mikeperham.com/2014/09/22/dont-daemonize-your-daemons/)
how modern services should be managed with a proper init system.