We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594ca5e commit a76272bCopy full SHA for a76272b
lib/rails_semantic_logger/extensions/rails/server.rb
@@ -5,7 +5,7 @@ module Rails
5
class Server
6
private
7
8
- undef_method :log_to_stdout if Rails::Server.method_defined?(:log_to_stdout)
+ undef_method :log_to_stdout if method_defined?(:log_to_stdout)
9
def log_to_stdout
10
wrapped_app # touch the app so the logger is set up
11
0 commit comments