Update log statement
This commit is contained in:
parent
b8be370ff4
commit
61144dda3b
3 changed files with 3 additions and 3 deletions
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
|
|
@ -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) {
|
||||||
|
|
|
||||||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue