Releases: anycable/anycable-rails
Releases · anycable/anycable-rails
v0.5.0
Features
- Refactored logging.
Now we use Rails logger everywhere. That means, for example, that ANYCABLE_DEBUG=1
won't work anymore, set your config.log_level
to :debug
instead.
- Access logging added (disabled by default).
You can enable Action Cable-like access logs:
# anycable.yml
production:
access_logs_disabled: false
Now you can find in your logs:
Started "/cable" [Anycable] for at 2017-10-21 12:32:32 +0300
...
Finished "/cable" [Anycable] for at 2017-10-21 12:32:35 +0300 (Closed)
See also release notes for anycable
gem.