We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f86b4 commit 157ecf6Copy full SHA for 157ecf6
src/logger.js
@@ -4,7 +4,7 @@ const createLogEntry = (ctx, status = 200, error = null) => {
4
return {
5
timestamp: new Date().toISOString(),
6
user_agent: ctx.headers['user-agent'],
7
- ip: ctx.ip,
+ // ip: ctx.ip,
8
endpoint: ctx.originalUrl,
9
status,
10
writeKey: writeKey || 'N/A',
0 commit comments