Skip to content

Logging

ic0ns edited this page Jul 20, 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 check the Wiki page about the Config.

-config saveConfig.xml
<Config>
    <workflowOutput>test/</workflowOutput>
</Config>
Clone this wiki locally