Provide useful logging in the IndexBuilder.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-03-18 13:43:11 +01:00
parent 44ec2571b6
commit fb2ff7dfb0
3 changed files with 25 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/search-common": "^0.1.1"
"@backstage/search-common": "^0.1.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.6.0"