-
Notifications
You must be signed in to change notification settings - Fork 140
Logging
ic0ns edited this page Sep 6, 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
The following log levels are available: ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, WARN
TLS-Attacker also provides the ability to log all executed Workflows in a folder or file. You can access this feature with the client and server example application from commandline:
-workflow_output [folder/file]
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>someFolder/</workflowOutput>
</Config>