Skip to content

Commit 0a29213

Browse files
committed
update log to warn
1 parent d34f84d commit 0a29213

File tree

1 file changed

+1
-1
lines changed
  • packages/service-utils/src/cf-worker

1 file changed

+1
-1
lines changed

packages/service-utils/src/cf-worker/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function authorizeWorker(
7575
},
7676
)
7777
.catch((e) => {
78-
console.error(e);
78+
console.warn(e);
7979
}),
8080
),
8181
cacheTtlSeconds: serviceConfig.cacheTtlSeconds ?? DEFAULT_CACHE_TTL_SECONDS,

0 commit comments

Comments
 (0)