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

Added support for Request ID generators #670

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2021

  1. Added support for Request ID generators:

    - introduced optional `req_id` property that can be passed to the logger constructor
    - added tests
    - updated README
    - updated .gitignore file to exclude IDEA files
    - arranged AUTHORS alphabetically
    - fixed "engines" property of the package manifest
    - added myself as an author
    
    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    1673c1e View commit details
    Browse the repository at this point in the history
  2. Made some code-style fixes

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    83a5c23 View commit details
    Browse the repository at this point in the history
  3. Removed redundant code

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    ae02793 View commit details
    Browse the repository at this point in the history
  4. Added menu entry to the README navigation section

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3d64624 View commit details
    Browse the repository at this point in the history