We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow to log errors only
API will follow next convention:
const decorator = new Decorator({ logger, timestamp : true, errorsOnly: true });
This should help in resolving some performance issues #45
The text was updated successfully, but these errors were encountered:
ea4b41a
Chore: (release) add version 1.5.0 [skip ci]
cc7b6a0
# [1.5.0](v1.4.1...v1.5.0) (2021-09-23) ### Chore * adds a security policy ([ed86aba](ed86aba)) * adds bump strategy for devDependencies (non-major) ([03c9587](03c9587)) * adds gitleaks to circle pipeline ([114946e](114946e)) * adds performance tests for inspect sanitizers #45 ([255a46e](255a46e)), closes [#45](#45) * adds sponsorships ([35ed8e0](35ed8e0)) * combine mine packages in renovate updates ([54c97b8](54c97b8)) * create auto pr for major dependencies ([d2583a6](d2583a6)) * enhance own updates commit messages ([49a2365](49a2365)) * fixes audit [devDependencies] ([d08b1fc](d08b1fc)) * fixes renovate config ([982abaf](982abaf)) * Lock file maintenance ([eea1ac0](eea1ac0)) * Lock file maintenance ([ffe9a40](ffe9a40)) * Lock file maintenance ([b2432b7](b2432b7)) * Lock file maintenance ([47bfacf](47bfacf)) * Lock file maintenance ([19c2389](19c2389)) * Lock file maintenance ([2b00aec](2b00aec)) * Lock file maintenance ([dea06c9](dea06c9)) * Lock file maintenance ([e0043d8](e0043d8)) * Lock file maintenance ([66ba107](66ba107)) * Lock file maintenance ([5d305a8](5d305a8)) * not allow to fail on node 16 ([22ed683](22ed683)) * Update commitlint monorepo to v13 ([d008fd9](d008fd9)) * Update dependency eslint-plugin-regexp to v1 (#40) ([adec72a](adec72a)), closes [#40](#40) * Update dependency eslint-plugin-sonarjs to ^0.10.0 ([eb1417b](eb1417b)) * Update dependency eslint-plugin-unicorn to v35 ([415e4f4](415e4f4)) * Update devDependencies (non-major) ([51200bf](51200bf)) * Update devDependencies (non-major) ([33211c3](33211c3)) * Update devDependencies (non-major) (#48) ([b3f6184](b3f6184)), closes [#48](#48) * Update devDependencies (non-major) to v13 ([6894ad9](6894ad9)) ### New * adds errorsOnly option (closes #46) ([ea4b41a](ea4b41a)), closes [#46](#46)
🎉 This issue has been resolved in version 1.5.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
pustovitDmytro
No branches or pull requests
Allow to log errors only
API will follow next convention:
This should help in resolving some performance issues #45
The text was updated successfully, but these errors were encountered: