Skip to content

Logging

Juraj Somorovsky edited this page Apr 20, 2016 · 13 revisions

Per default, debug logging is enabled in all the attacks and TLS client. You can turn off logging by starting TLS-Attacker with:

java -jar target/TLS-Attacker-1.0.jar -quiet

Or you can define specific logging level by:

java -jar target/TLS-Attacker-1.0.jar -loglevel INFO

or

java -jar target/TLS-Attacker-1.0.jar -loglevel ERROR
Clone this wiki locally