39cc1fee1c
when including framework as a gem, this app is undefined MS-1518
6 lines
136 B
Ruby
6 lines
136 B
Ruby
if defined? Metasploit::Framework::Application
|
|
Metasploit::Framework::Application.configure do
|
|
config.log_level = :info
|
|
end
|
|
end
|