-
Notifications
You must be signed in to change notification settings - Fork 140
Logging
Juraj Somorovsky edited this page Oct 18, 2016
·
13 revisions
Per default, debug logging is enabled in all the attacks and TLS client. You can turn off logging by starting the TLS-Attacker client with the following parameter:
java -jar TLS-Attacker-1.2.jar -quiet client ...
Or you can use specific log4j logging level by:
java -jar TLS-Attacker-1.2.jar -loglevel INFO client ...
or
java -jar TLS-Attacker-1.2.jar -loglevel ERROR client
This also applies to starting the implemented TLS attacks.