Skip to content

Commit 09b3f99

Browse files
author
Andrew Blaney
authored
update logging (#22)
1 parent 69d1072 commit 09b3f99

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/busy-steaks-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@team-plain/cli": patch
3+
---
4+
5+
Update index-sitemap logging

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ program
7272
if (res.error) {
7373
handleError(res.error.message, res.error.requestId);
7474
} else {
75-
console.log(`✅ Successfully indexed sitemap ${url}`);
75+
console.log(
76+
`✅ Successfully indexed sitemap ${url} - The sitemap will be indexed and knowledge sources will be available in Plain. See https://plain.support.site/article/plain-ai-knowledge-sources for more information.`,
77+
);
7678
}
7779
});
7880

0 commit comments

Comments
 (0)