X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FChargingStationUtils.ts;h=81096ef1eb3d3eafd45fe526b320461f39c08fc1;hb=109c677a5888e53d954a4f276b975b6c088ba0dd;hp=b33a51083562e41668f5e441118f3da86937ae04;hpb=947f048a4d756bbe346b943ff74cf6fb81837f9f;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ChargingStationUtils.ts b/src/charging-station/ChargingStationUtils.ts index b33a5108..81096ef1 100644 --- a/src/charging-station/ChargingStationUtils.ts +++ b/src/charging-station/ChargingStationUtils.ts @@ -689,7 +689,7 @@ const getLimitFromChargingProfiles = ( // Set helpers const chargingSchedule = chargingProfile.chargingSchedule; if (!chargingSchedule?.startSchedule) { - logger.warn( + logger.debug( `${logPrefix} ${moduleName}.getLimitFromChargingProfiles: startSchedule is not defined in charging profile id ${chargingProfile.chargingProfileId}. Trying to set it to the connector transaction start date`, ); // OCPP specifies that if startSchedule is not defined, it should be relative to start of the connector transaction