Implemented logging to display fetched logs.

This commit is contained in:
Benjamin Arntzen (aider)
2024-06-27 06:53:55 +01:00
parent 8a9d566902
commit 8ca8d57f27
+2
View File
@@ -78,6 +78,8 @@ setInterval(async () => {
return;
}
console.log('Fetched logs:', logs); // Add this line
if (Array.isArray(logs)) {
console.log('Processing logs array');
logs.forEach((log, index) => {