Skip to content

Commit 4d7a29d

Browse files
authored
OCPP: adjust log level for new connections (#27106)
1 parent 1258d5d commit 4d7a29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charger/ocpp/cs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func (cs *CS) NewChargePoint(chargePoint ocpp16.ChargePointConnection) {
208208

209209
// register unknown charge point
210210
cs.regs[chargePoint.ID()] = newRegistration()
211-
cs.log.WARN.Printf("unknown charge point connected: %s", chargePoint.ID())
211+
cs.log.INFO.Printf("unknown charge point connected: %s", chargePoint.ID())
212212

213213
cs.mu.Unlock()
214214
cs.publish()

0 commit comments

Comments
 (0)