Metasploit mailing list archives

LogLevel in msf3


From: fab at revhosts.net (Fabrice MOURRON)
Date: Sun, 25 Mar 2007 13:32:37 +0200

Hi Kashif,

For gtk2, it's, not yet implemented.

Fab

Le 25 mars 07 ? 12:55, Kashif Iftikhar a ?crit :

Hi,

 I have been trying to get LogLevel to work on msf3 but it doesn't
seem to provide any extra output. Can anyone shed light on how
LogLevel works? There is no additional output or less output for
LogLevel setting 0-3. I can't find it creating any log file either. is
LogLevel a feature that is to be used in msf3 later? I couldn't find
many references to LogLevel in msf3 source either.


grep -r "LogLevel" *

data/msfweb/config/.svn/text-base/environment.rb.svn-base:$msfweb
= Msf::Ui::Web::Driver.new({'LogLevel' => 5})
data/msfweb/config/environment.rb:$msfweb      =
Msf::Ui::Web::Driver.new({'LogLevel' => 5})
documentation/.svn/text-base/users_guide.tex.svn-base:  \subsection 
{LogLevel}
Binary file documentation/.svn/text-base/users_guide.pdf.svn-base  
matches
Binary file documentation/users_guide.pdf matches
documentation/users_guide.tex:  \subsection{LogLevel}
lib/msf/ui/web/.svn/text-base/driver.rb.svn-base:               level
= (opts['LogLevel'] || 0).to_i
lib/msf/ui/web/driver.rb:               level = (opts['LogLevel']  
|| 0).to_i
lib/msf/ui/gtk2/.svn/text-base/driver.rb.svn-base:              level
= (opts['LogLevel'] || 0).to_i
lib/msf/ui/gtk2/driver.rb:              level = (opts['LogLevel']  
|| 0).to_i
msfgui:                 opts['LogLevel'] = val
msfweb:                 opts['LogLevel'] = val


 Any clues?

- Kashif.






Current thread: