Skip to content

Commit

Permalink
Merge pull request #228 from alokrajiv/patch-1
Browse files Browse the repository at this point in the history
Adding `headerBlacklist` in LoggerOption interface
  • Loading branch information
bithavoc authored Oct 9, 2019
2 parents 362cd26 + bc90297 commit 1f32476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export interface BaseLoggerOptions {
requestWhitelist?: string[];
responseFilter?: ResponseFilter;
responseWhitelist?: string[];
headerBlacklist?: string[];
skip?: RouteFilter;
statusLevels?: {
error?: string;
Expand Down

0 comments on commit 1f32476

Please sign in to comment.