Skip to content

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
…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.
@Lacah Lacah self-assigned this Oct 20, 2024
@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.

2 participants