Skip to content

Commit 7b92d3c

Browse files
authored
Update proper columns that are returned by LA
Removed the legacy LogicalServerName that we have removed way back in M14. Reported part in this IcM https://portal.microsofticm.com/imp/v3/incidents/details/351927353/home
1 parent cc8803b commit 7b92d3c

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)