Skip to content

Commit

Permalink
Update log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Jan 20, 2025
1 parent b8be370 commit 61144dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/post/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ import { isGithubHosted } from "./tls-inspect";
encoding: "utf8",
maxBuffer: 1024 * 1024 * 10 // 10MB buffer
});
console.log("Service log:");
console.log("agent.service log:");
console.log(journalLog);
} catch (error) {
console.log("Warning: Could not fetch service logs:", error.message);
Expand Down

0 comments on commit 61144dd

Please sign in to comment.