Skip to content

Avoid usage of gs.log() #146

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

Merged
merged 4 commits into from
Oct 20, 2024
Merged

Conversation

Rampriya-S
Copy link
Contributor

Use Logging Levels: Instead of gs.log(), consider using more appropriate logging levels, such as:
gs.info() for informative messages.
gs.warn() for warnings that don’t break functionality but may need attention.
gs.error() for logging errors that require investigation.

Rampriya-S and others added 3 commits October 16, 2024 07:20
…tance upgrade and releases.
…ate logging levels, such as:

gs.info() for informational messages.
gs.warn() for warnings that don’t break functionality but may need attention.
gs.error() for logging errors that require investigation.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Lacah Lacah self-assigned this Oct 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Lacah
Copy link
Contributor

Lacah commented Oct 20, 2024

Thank you for your contribution!

@Lacah Lacah merged commit ed3e217 into ServiceNowDevProgram:master Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants