Collecting Logs
QScanner collects following types (levels) of the logs:
- debug
- info (default)
- error
- warn
- fatal
To collect logs, use this command: --log-level <level-string>.
For example: To collect debug logs, use --log-level debug.
Additional Options
QScanner supports the following log options.
| Command | Description |
|---|---|
--quiet |
By default, logs will be shown on console. Use this flag to disable console logging. |
--file-logging |
Used to write logs to the file. This will append logs to qscanner.log file present at the path specified by --output-dir. |