set dns logger level to ERROR only

This commit is contained in:
Stephen
2024-03-22 10:48:33 +10:00
parent abdd89eacc
commit 8e67dab667

View File

@@ -15,6 +15,7 @@ module BeEF
def initialize def initialize
super() super()
logger.level = Logger::ERROR
@lock = Mutex.new @lock = Mutex.new
@database = BeEF::Core::Models::Dns::Rule @database = BeEF::Core::Models::Dns::Rule
@data_chunks = {} @data_chunks = {}