Skip to content

Commit 56154f3

Browse files
chore: update wording for backend error logger
Co-authored-by: Juraj Uhlar <juro.uhlar@gmail.com>
1 parent abbfcff commit 56154f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/handleIngressAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function makeCacheEndpointRequest(receivedRequest: Request, routeMatches: RegExp
6868

6969
const apiBackend = getIngressBackendByRegion(url)
7070
if (!Backend.exists(apiBackend)) {
71-
console.log(`Requested backend by the region is not exists in your setup: ${apiBackend}`)
71+
console.log(`Requested backend '${apiBackend}' does not exist. Check your Compute service Hosts configuration.`)
7272
}
7373

7474
console.log(`sending cache request to ${url}...`)

0 commit comments

Comments
 (0)