-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add autologging ignore option #153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please restore all the spurious changes? There is a lot of var -> const/let migration here.
6bcc619
to
ecef2e4
Compare
linting reverted, but tests fail locally (and in CI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
ecef2e4
to
65b5592
Compare
CI is failing because:
|
65b5592
to
be62033
Compare
be62033
to
e7b582e
Compare
Oops, thanks. Fixing now. |
autologgin ignore was just introduced in pino 5.7.0 via pinojs/pino-http#153
autologging ignore was just introduced in pino 5.7.0 via pinojs/pino-http#153
autologging ignore was just introduced in pino 5.7.0 via pinojs/pino-http#153
autologging ignore was just introduced in pino 5.7.0 via pinojs/pino-http#153
…llah autologging ignore was just introduced in pino 5.7.0 via pinojs/pino-http#153
solves #107 via a generic
autologging.ignore
functionI get errors locally when trying to test:
Unexpected var, use let or const instead.
, linting fixes it (npm run fix
) but have reverted the linting as requested