mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Refer to the proper logger
This commit is contained in:
parent
4bb995a4aa
commit
4c0ece2ff0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module ActionCable
|
||||||
|
|
||||||
private
|
private
|
||||||
def logger
|
def logger
|
||||||
ActionCable::Server::Base.logger
|
ActionCable.server.logger
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue