We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RustScan uses the log library for logging.
To use this, place the information you require in info! like so:
info!
info!("Printing opening");
And then to turn it on, set the env like so:
➜ RUST_LOG=error ./rustscan 127.0.0.1
This is from env_logger.