Implemented periodic log querying with error handling and empty log notification.

This commit is contained in:
Benjamin Arntzen
2024-06-27 06:46:09 +01:00
committed by Benjamin Arntzen (aider)
parent 3fd0fe0977
commit 39bede3a7a
+2
View File
@@ -117,6 +117,8 @@ setInterval(async () => {
}
} catch (error) {
console.error('Error querying logs:', error);
} else {
console.log('No logs received');
}
}, 3000);