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

1491 custom log levels can be silent #2387

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    6e0444c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. 1491 - Custom log levels can be silent unless level is also specified (

    …#1)
    
    * Bump rimraf from 3.0.2 to 5.0.5  (#2357)
    
    * Bump rimraf from 3.0.2 to 5.0.5
    
    Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v3.0.2...v5.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix: rimraf is not a function
    
    * fix: rimraf is not a function
    
    * fix: rimraf is not a function
    
    * fix: done() is not called on mocha hooks
    
    * fix: done() invoked with non-Error
    
    * fix: resolution method is overspecified
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump @colors/colors packgae to 1.6.0 (#2353)
    
    * Bump actions/checkout from 3 to 4 (#2346)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump split2 from 4.1.0 to 4.2.0 (#2336)
    
    Bumps [split2](https://github.com/mcollina/split2) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/mcollina/split2/releases)
    - [Commits](mcollina/split2@v4.1.0...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: split2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * 3.11.0
    
    * Update dependencies
    
    * Remove nonexistent Logger methods from types
    
    * chore(README.md): adds documentation around coloring json formatted logs
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Jack Nolddor <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Halsall <[email protected]>
    Co-authored-by: DABH <[email protected]>
    Co-authored-by: Phillip Huang <[email protected]>
    Co-authored-by: Alejandro Campos <[email protected]>
    7 people authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    878ea36 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge branch '1491-custom-log-levels-can-be-silent' of github.com:cku…

    …jawa/winston into ckujawa-1491-custom-log-levels-can-be-silent
    DABH committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e884934 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into ckujawa-1491-custom…

    …-log-levels-can-be-silent
    DABH committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    04ee467 View commit details
    Browse the repository at this point in the history
  3. lint

    DABH committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    00286a7 View commit details
    Browse the repository at this point in the history
  4. optimize

    DABH committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    00937af View commit details
    Browse the repository at this point in the history