FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
fortega
Staff
Staff
Article Id 197187

Description
This article describes how to disable the logs related to web-filter license expired, due a big amount of logs of this type when license is going to expire or is expired.

Solution
In the CLI run the following commands:

config log syslogd filter               <--   It depends where are configured the logs storage (memory, disk, syslog)
    set filter "logid(20109,20101)"
    set filter-type exclude
end

    or

config log memory filter
    set filter "logid(20109,20101)"
    set filter-type exclude
end



The ID´s :20109,20101 are related to the Web-filter License logs.


Contributors