Search.../

severity

Severity of the log entry.

Description

One of the following standard severity levels:

  • "INFO": Status, performance, or other general information.
  • "WARNING": An unexpected or undesired development that may cause problems.
  • "ERROR": A serious issue that is likely to cause problems.

Type:

stringRead Only

Was this helpful?

Severity level for informational log entry

Request

Copy Code
1{
2 // ...
3
4 "severity": "INFO",
5
6 // ...
7}
Severity level for error log entry

Request

Copy Code
1{
2 // ...
3
4 "severity": "ERROR",
5
6 // ...
7}