hapijs / hapi-pino

🌲 Hapi plugin for the Pino logger
MIT License
148 stars 61 forks source link

feat: Filter out logs based on event tags #115

Closed adarshkr closed 4 years ago

adarshkr commented 4 years ago

Added a few feature - which enables us to filter the logs bases event tags.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.06%) to 99.061% when pulling 11e1fe1c413acd422ba3c885f6c46f02ee5a7b51 on adarshkr:master into 817dc7d2ad9519617f7be978848fc0508fd26ff5 on pinojs:master.

mcollina commented 4 years ago

CI is failing, can you take a look?

adarshkr commented 4 years ago

CI is failing, can you take a look?

Screenshot 2020-08-14 at 10 14 55 AM

The build was successful. Just code coverage is dropped by 0.07% because of if check.

mcollina commented 4 years ago

The build was successful. Just code coverage is dropped by 0.07% because of if check.

No worries

mcollina commented 4 years ago

Can you rebase? This now conflicts with master.

krlilly commented 4 years ago

Can you rebase? This now conflicts with master.

Done. Rebased

adarshkr commented 4 years ago

Hi @mcollina are this changes published ?