Skip to content

Commit abbfcff

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

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
@@ -31,7 +31,7 @@ async function makeIngressRequest(receivedRequest: Request, env: IntegrationEnv)
3131

3232
const apiBackend = getIngressBackendByRegion(url)
3333
if (!Backend.exists(apiBackend)) {
34-
console.log(`Requested backend by the region is not exists in your setup: ${apiBackend}`)
34+
console.log(`Requested backend '${apiBackend}' does not exist. Check your Compute service Hosts configuration.`)
3535
}
3636

3737
console.log(`sending ingress request to ${url.toString()}...`)

0 commit comments

Comments
 (0)