Update per PR review

Signed-off-by: Joshua Jung <joshua.p.jung@gmail.com>
This commit is contained in:
Joshua Jung
2024-09-10 15:18:31 -05:00
parent b24938cd19
commit 5bf256adbc
2 changed files with 562 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Extension points are exported from `@backstage/plugin-techdocs-backend`.
### Log TechDocs Build phase details to console
By default, the TechDocs build phase does not log out much information while building out TechDocs. However, the
By default, the TechDocs build phase logs to the UI, but does not log to the console. However, the
`techdocsBuildsExtensionPoint` can be used to setup a custom Winston transport for TechDocs build logs.
Here is an example of logging to console: