We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9dd863 commit 39cc1feCopy full SHA for 39cc1fe
config/environments/production.rb
@@ -1,3 +1,5 @@
1
-Metasploit::Framework::Application.configure do
2
- config.log_level = :info
+if defined? Metasploit::Framework::Application
+ Metasploit::Framework::Application.configure do
3
+ config.log_level = :info
4
+ end
5
end
0 commit comments