Refactor logging levels for session and metrics in Teltonika adapter

This commit is contained in:
2026-04-30 19:13:35 +02:00
parent 2b6b447252
commit e2b3bc421c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export function createTeltonikaAdapter(options: TeltonikaAdapterOptions): Adapte
// Accept the device
socket.write(Buffer.from([0x01]));
sessionLogger.debug({ known: knownLabel }, 'IMEI handshake accepted');
sessionLogger.info({ known: knownLabel }, 'IMEI handshake accepted');
// ------------------------------------------------------------------ //
// Phase 2: AVL frame read loop