fix: downgrade agent status ping log to debug

This commit is contained in:
Charles GTE
2026-05-15 21:57:21 +02:00
parent ecd09aedb9
commit 194eedeaa8
+1 -1
View File
@@ -31,7 +31,7 @@ export async function POST(
) {
try {
const agentId = (await params).agentId
log.info(`Agent ID: ${agentId}`)
log.debug(`Agent ID: ${agentId}`)
const body: Body = await request.json();
const lastContact = new Date();
let message: string