FortiADC
FortiADC enhances the scalability, performance, and security of your applications whether they are hosted on premises or in the cloud.
JohnDevNet_FTNT
Article Id 189772
Description
This article shows how to manage traffic log files on the FortiADC: display, delete files and delete old traffic logs.

Solution
To display all traffic logs
#execute log list-type tlog

FortiADC-VM # execute log list-type tlog
1.dns.tlog 127 Mon May 30 13:49:58 2016
1.fw.tlog 224 Mon May 30 13:49:58 2016
1.slb_http.tlog 322 Mon May 30 13:49:58 2016
1.slb_layer4.tlog 209 Mon May 30 13:49:58 2016
1.slb_radius.tlog 214 Mon May 30 13:49:58 2016
1.slb_rdp.tlog 209 Mon May 30 13:49:58 2016
1.slb_sip.tlog 267 Mon May 30 13:49:58 2016
1.slb_tcps.tlog 209 Mon May 30 13:49:58 2016

To delete the files that are no longer required
#execute log delete-file

For example, to delete the file “1.fw.tlog”
FortiADC-VM #execute log delete-file 1.fw.tlog

To delete all the old and current traffic log files


#execute log delete-type tlog

Contributors