How to enable log and set level when call Core API?
How to enable log and set level when call Core API?
i require the outpub file and use Arachni::UI::CLI.debug_on(level) in my code, but no work.
thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 01 Dec, 2016 11:15 AM
You need to require 'ui/cli/output' and enable debugging output with
Arachni::UI::Output.debug_on(level)
.Tasos Laskos closed this discussion on 14 Dec, 2016 02:14 PM.