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:
parent
e3839682a3
commit
204eb54584
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue