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 db36789 + 3ba3465 commit 361057cCopy full SHA for 361057c
config/application.rb
@@ -34,6 +34,7 @@ module Framework
34
class Application < Rails::Application
35
include Metasploit::Framework::CommonEngine
36
37
+ config.paths['log'] = "#{Msf::Config.log_directory}/#{Rails.env}.log"
38
config.paths['config/database'] = [Metasploit::Framework::Database.configurations_pathname.try(:to_path)]
39
end
40
0 commit comments