Skip to content

Commit 1adca04

Browse files
author
Brent Cook
committed
Add default config value for log levels (silence Rails 5.0 warning in msfconsole)
1 parent 621a908 commit 1adca04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/environments/production.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Metasploit::Framework::Application.configure do
2+
config.log_level = :info
3+
end

0 commit comments

Comments
 (0)