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: Logging only errors #46

Closed
1 task done
pustovitDmytro opened this issue Sep 22, 2021 · 1 comment
Closed
1 task done

Feature: Logging only errors #46

pustovitDmytro opened this issue Sep 22, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request released

Comments

@pustovitDmytro
Copy link
Owner

pustovitDmytro commented Sep 22, 2021

Allow to log errors only

  • Feature is backward compatible

API will follow next convention:

const decorator = new Decorator({
    logger,
    timestamp : true,
    errorsOnly: true
});

This should help in resolving some performance issues #45

@pustovitDmytro pustovitDmytro added the enhancement New feature or request label Sep 22, 2021
@pustovitDmytro pustovitDmytro self-assigned this Sep 22, 2021
pustovitDmytro pushed a commit that referenced this issue Sep 23, 2021
# [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)
@pustovitDmytro
Copy link
Owner Author

🎉 This issue has been resolved in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant