Silent doesn't work. Naabu (as a library) is too verbose. #958
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Hi, I try to use Naabu as a library and the problem I have is that Naabu generate on its own terminal output what I don't want without verbose flag.
Naabu version: v2.2.1
Current Behavior:
When running scan with Naabu library it writes following lines in stdout:
Even with silent flag set to true
When running Naabu itself with
-silent
flag the output is:Expected Behavior:
No output at all with silent flag. Maybe new
-silent-full
flag or levels to silent flagIdeally would be amazing to also have control over
[INF] Running ...
to pass it to log file for example (in context of library usage)Steps To Reproduce:
Add
Silent: true,
option to example so it would look like that:Btw, maybe naabu library need some documentation? As already stated in #432
The text was updated successfully, but these errors were encountered: