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

Remove logging for health check #5481

Merged
merged 8 commits into from
May 15, 2024
Merged

Commits on May 1, 2024

  1. Update nestjs-pino and related packages and exclude certain paths fro…

    …m logging
    
    This commit updates the nestjs-pino package from version 3.4.0 to 4.0.0 and updates related packages accordingly. Path exclusions in logging have also been introduced, starting with the '/ignore-me-path'. Subsequent changes are made in the config framework to reflect these updates and exclusions.
    Cliftonz committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e2574d3 View commit details
    Browse the repository at this point in the history
  2. Update exclusion path in logging configuration

    The current commit modifies the logging configuration exclusion path. It replaces '/ignore-me-path' with '*/health-check'. Now, GET requests to '*/health-check' will be excluded from logging.
    Cliftonz committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b60efab View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'refs/heads/next' into inf-337-remove-health-check-logging

    # Conflicts:
    #	pnpm-lock.yaml
    Cliftonz committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fbc569b View commit details
    Browse the repository at this point in the history
  2. Update dependencies and restructure pnpm-lock.yaml

    The dependencies in the pnpm-lock.yaml file were updated, some lines were removed while others were added. The 'overrides' packages and the 'importers' versions, among others, were notably updated. Some new eslint plugins were also added to the codebase.
    Cliftonz committed May 14, 2024
    Configuration menu
    Copy the full SHA
    dc2a0cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4cc64f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge branch 'refs/heads/next' into inf-337-remove-health-check-logging

    # Conflicts:
    #	pnpm-lock.yaml
    Cliftonz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1e1a03d View commit details
    Browse the repository at this point in the history
  2. Remove pnpm-lock.yaml file

    Cliftonz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2d1cb38 View commit details
    Browse the repository at this point in the history
  3. Add pnpm-lock.yaml file

    Cliftonz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4357557 View commit details
    Browse the repository at this point in the history