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.
2 parents fe09e70 + a76272b commit f4c2945Copy full SHA for f4c2945
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
+ 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