Skip to content

Commit

Permalink
edited comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghengwang committed Nov 17, 2021
1 parent 423bbe0 commit 2b0a2e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ if (typeof INSTALL_OPTIONS === 'undefined') {
// Log incoming API calls hitting your Cloudflare Worker
"logIncomingRequests": true,

// Log outgoing calls to your origin server from your Cloudflare Worker
// Log response from your origin server
// This is a misnomer when we was using 'waitUtil'.
// now since we are using "respondWith", this must be set to
// true in order for response to be logged.
"logOutgoingRequests": true,

// Print debug messages to console
Expand Down

0 comments on commit 2b0a2e1

Please sign in to comment.