Troubleshooting Tip: Loopback logs appear periodically after an upgrade
| Description | This article describes the cause of HTTP logs showing the loopback source IP address (127.0.0.1) after an upgrade. |
| Scope | FortiGate v7.2, v7.4, v7.6. |
| Solution | After an upgrade, the following traffic log may be generated at five-minute intervals.
date=YYYY-MM-DD time=00:00:00 devname="FORTINET" devid="FG3H0E5811103124" eventtime=1749394956898473462 tz="+0900" logid="0001000014" type="traffic" subtype="local" level="notice" vd="root" srcip=127.0.0.1 srcport=1342 srcintf="root" srcintfrole="undefined" dstip=127.0.0.1 dstport=80 dstintf="root" dstintfrole="undefined" srccountry="Reserved" dstcountry="Reserved" sessionid=51655692 proto=6 action="close" policyid=0 service="HTTP" trandisp="noop" app="HTTP" duration=2 sentbyte=400 rcvdbyte=670 sentpkt=6 rcvdpkt=4. Log consistency can be confirmed by verifying that the timestamps of the Node.js debug log align with the traffic log.
FORTINET # diagnose debug application nodejs -1
[node Node API Handler - 1751274021 info] - New GET reqest for "/api/v2/service/health-check/ping" from "127.0.0.1:9064"
To disable the debug:
FORTINET # diagnose debug disable
From versions v7.2.11, v7.4.8, and v7.6.3 onward, this output is suppressed and no longer appears in traffic logs.
See the Resolved issues. |