-
Notifications
You must be signed in to change notification settings - Fork 261
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
Feat: Custom logger #371
Feat: Custom logger #371
Conversation
@richardgirges , please review |
Hi @RobinTail Thank u for this PR. |
I can do that, but it will also require me to update some existing tests of |
Done, @RomanBurunkov . |
…single argument, string).
@RomanBurunkov , please review again. |
Thank you @RomanBurunkov . |
Types updating PR: DefinitelyTyped/DefinitelyTyped#69016 |
I made the logger in `express-fileupload` configurable: richardgirges/express-fileupload#371 So now the configured logger can be used for debugging the upload instead of console. That, however, also requires the types updated in a separate repo (waiting for that): DefinitelyTyped/DefinitelyTyped#69016
I'm using
express-fileupload
for an application having more advanced loggers thanConsole
.I'd like to suggest the feature that enables consumers to configure the logger while preserving the
console
by default.