Skip to content

Commit db15174

Browse files
authored
Merge pull request #102387 from seernu/patch-1
Update proper columns that are returned by LA
2 parents 297e831 + 7b92d3c commit db15174

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/postgresql/flexible-server/concepts-logging.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@ The following table describes the fields for the **PostgreSQLLogs** type. Depend
4848
| Resource | Name of the server |
4949
| Category | `PostgreSQLLogs` |
5050
| OperationName | `LogEvent` |
51-
| errorLevel | Logging level, example: LOG, ERROR, NOTICE |
51+
| errorLevel_s | Logging level, example: LOG, ERROR, NOTICE |
52+
| processId_d | Process id of the PostgreSQL backend |
53+
| sqlerrcode_s | PostgreSQL Error code that follows the SQL standard's conventions for SQLSTATE codes |
5254
| Message | Primary log message |
53-
| Domain | Server version, example: postgres-10 |
5455
| Detail | Secondary log message (if applicable) |
5556
| ColumnName | Name of the column (if applicable) |
5657
| SchemaName | Name of the schema (if applicable) |
5758
| DatatypeName | Name of the datatype (if applicable) |
58-
| LogicalServerName | Name of the server |
5959
| _ResourceId | Resource URI |
60-
| Prefix | Log line's prefix |
6160

6261

6362
## Next steps

0 commit comments

Comments
 (0)