Skip to content

Commit 29297d6

Browse files
committed
update log message to be less confusing
1 parent cc469f8 commit 29297d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/AgentRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const AgentRow: FC<AgentRowProps> = ({
8989
logs.push({
9090
id: -1,
9191
level: "error",
92-
output: "Startup logs exceeded the max size of 1MB!",
92+
output: "Startup logs exceeded the max size of 1MB, and will not continue to be written to the database! Logs will continue to be written to the /tmp/coder-startup-script.log file in the workspace.",
9393
created_at: new Date().toISOString(),
9494
source_id: "",
9595
});

0 commit comments

Comments
 (0)