Double entry in log

version 1.1.3

function func() {
log('WAN path is : ');
}

When i’m calling this function in my provision script i’m seeing double entry in log:

2020-10-06T06:04:27.823Z [INFO] 172.16.6.205 70FD45-RT%2DGM%2D2-48575443CD6EB59F: Inform; cpeRequestId=“3728” informEvent=“2 PERIODIC” informRetryCount=0

2020-10-06T06:04:27.841Z [INFO] 172.16.6.205 70FD45-RT%2DGM%2D2-48575443CD6EB59F: ACS request; acsRequestId=“174fc82d92e0100” acsRequestName=“GetParameterValues”

2020-10-06T06:04:27.890Z [INFO] 172.16.6.205 70FD45-RT%2DGM%2D2-48575443CD6EB59F: Script: WAN path is :

2020-10-06T06:04:27.891Z [INFO] 172.16.6.205 70FD45-RT%2DGM%2D2-48575443CD6EB59F: Script: WAN path is :

That worries me. Why that happening?

This is by design.