1
0
Fork 0
mirror of synced 2026-06-05 18:15:14 +00:00

Update log statement

This commit is contained in:
Varun Sharma 2025-01-19 16:20:37 -08:00
commit 61144dda3b
3 changed files with 3 additions and 3 deletions

2
dist/post/index.js vendored
View file

@ -3177,7 +3177,7 @@ var cleanup_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _
encoding: "utf8", encoding: "utf8",
maxBuffer: 1024 * 1024 * 10 // 10MB buffer maxBuffer: 1024 * 1024 * 10 // 10MB buffer
}); });
console.log("Service log:"); console.log("agent.service log:");
console.log(journalLog); console.log(journalLog);
} }
catch (error) { catch (error) {

File diff suppressed because one or more lines are too long

View file

@ -87,7 +87,7 @@ import { isGithubHosted } from "./tls-inspect";
encoding: "utf8", encoding: "utf8",
maxBuffer: 1024 * 1024 * 10 // 10MB buffer maxBuffer: 1024 * 1024 * 10 // 10MB buffer
}); });
console.log("Service log:"); console.log("agent.service log:");
console.log(journalLog); console.log(journalLog);
} catch (error) { } catch (error) {
console.log("Warning: Could not fetch service logs:", error.message); console.log("Warning: Could not fetch service logs:", error.message);