Skip to content

Commit

Permalink
preserve legacy logging in core logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 30, 2021
1 parent 871e4c3 commit dd02cfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 64 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class LegacyObjectToConfigAdapter extends ObjectToConfigAdapter {
},
root: { level: 'info', ...root },
loggers,
...legacyLoggingConfig,
};

if (configValue.silent) {
Expand Down

0 comments on commit dd02cfa

Please sign in to comment.