Skip to content

Logging

ic0ns edited this page Apr 28, 2017 · 13 revisions

Per default, info logging is enabled in TLS-Attacker. You can turn off logging by starting the TLS-Attacker client with the following parameter:

-quiet

Or you can use specific log4j logging level by:

-loglevel debug

or

-loglevel ERROR

TLS-Attacker also provides the ability to log all executed Workflows in a folder. You can access this feature with the client and server example application from commandline:

-workflow_output [folder]

or for all other applications by changing the workflowOutput value in the config file. For further references see //TODO

Clone this wiki locally