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

[NOD_567] fix: optimized logging #7

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

andrea-deri
Copy link
Contributor

@andrea-deri andrea-deri commented Oct 31, 2023

In order to reduce the log generation for this Azure function, this PR contains the needed changes in order to optimizing the logging process and add more useful information about possible errors. The removed logs are essentially the Azure Function tracing and other not fundamental logs.

List of Changes

  • Changed host.json file reducing unneeded logs

Motivation and Context

This changes are required in order to reduce the log quantity in PROD environment

How Has This Been Tested?

  • Tested in local environment
  • Tested in DEV environment

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@andrea-deri andrea-deri self-assigned this Oct 31, 2023
@andrea-deri andrea-deri requested a review from a team as a code owner October 31, 2023 09:53
@github-actions
Copy link

The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually.

@github-actions github-actions bot added the patch label Oct 31, 2023
@github-actions
Copy link

The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@aomegax aomegax merged commit 97ac25c into main Nov 14, 2023
13 of 14 checks passed
@aomegax aomegax deleted the NOD-567-nodo-re-ottimizzazione-logging branch November 14, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants