Skip to content

Commit 71fbfa4

Browse files
authored
Update README.md
1 parent 3fdd9ab commit 71fbfa4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Open-Sourced community contributed and owned repository for Instance Scan Defini
1212

1313
## Category: Manageability
1414

15+
###Avoid gs.log()Statement
16+
Use Logging Levels: Instead of gs.log(), consider using more appropriate logging levels, such as:
17+
gs.info() for informative messages.
18+
gs.warn() for warnings that don’t break functionality but may need attention.
19+
gs.error() for logging errors that require investigation.
20+
1521
### Avoid using javascript "document" object in Portal
1622
Always avoid using native js "document" object for DOM manipulation in service portal. Instead we should use AngularJS equivalent capabilities to achieve the same.
1723

0 commit comments

Comments
 (0)