-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Commits on May 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e2574d3 - Browse repository at this point
Copy the full SHA e2574d3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b60efab - Browse repository at this point
Copy the full SHA b60efabView commit details
Commits on May 14, 2024
-
Merge branch 'refs/heads/next' into inf-337-remove-health-check-logging
# Conflicts: # pnpm-lock.yaml
Configuration menu - View commit details
-
Copy full SHA for fbc569b - Browse repository at this point
Copy the full SHA fbc569bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dc2a0cc - Browse repository at this point
Copy the full SHA dc2a0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cc64f - Browse repository at this point
Copy the full SHA c4cc64fView commit details
Commits on May 15, 2024
-
Merge branch 'refs/heads/next' into inf-337-remove-health-check-logging
# Conflicts: # pnpm-lock.yaml
Configuration menu - View commit details
-
Copy full SHA for 1e1a03d - Browse repository at this point
Copy the full SHA 1e1a03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1cb38 - Browse repository at this point
Copy the full SHA 2d1cb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4357557 - Browse repository at this point
Copy the full SHA 4357557View commit details