Python-Honeypot
Python-Honeypot copied to clipboard
verbose alert in CLI
- need to add multi verbose alerts in our cli
@Ali-Razmjoo can you explain the issue in detail
@spiderxm : there are levels of verbosity in software.
-v verbose (print errors/warnings while in event loop)
-vv very verbose (also print client commands/reponses)
-vvv extremely verbose (also print internal state transitions)
so currently we only support first level of verbosity and i think we need more levels of verbosity.
Will look into this