Skip to content
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

Feature/logger plugin #193

Merged
merged 17 commits into from
Sep 1, 2020
Merged

Feature/logger plugin #193

merged 17 commits into from
Sep 1, 2020

Conversation

StyleT
Copy link
Contributor

@StyleT StyleT commented Aug 20, 2020

No description provided.

@StyleT StyleT requested a review from oleh-momot August 25, 2020 19:53
@StyleT StyleT marked this pull request as ready for review August 25, 2020 19:53
@StyleT StyleT requested a review from nightnei August 25, 2020 19:53
@StyleT StyleT requested a review from nightnei August 26, 2020 14:25
this.#plugins[pSource.type] = pSource;
}

return entries;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it exactly need to return when this is not used in the constructor?

}
}

module.exports = _.omit(_.pick(fastifyConf, ['logger', 'requestIdLogLabel', 'genReqId']), _.isEmpty);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does requestIdLogLabel exist?
Should we add the default one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oleh-momot oleh-momot self-requested a review August 28, 2020 10:01
@StyleT StyleT merged commit 1e7bd0b into master Sep 1, 2020
@StyleT StyleT deleted the feature/logger_plugin branch September 1, 2020 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants