---
title: Syslog error mapping
description: PingAuthorize Server automatically maps error log severities to the syslog severities. The following mappings are used.
component: pingauthorize
version: 10.1
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_syslog_error_mapping
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/pingauthorize_server_administration_guide/paz_syslog_error_mapping.html
revdate: August 4, 2023
---

# Syslog error mapping

PingAuthorize Server automatically maps error log severities to the syslog severities. The following mappings are used.

| Error Log Severities | Syslog Severity  |
| -------------------- | ---------------- |
| FATAL\_ERROR,0       | Syslog Emergency |
| SEVERE\_ERROR,1      | Syslog Alert     |
| SEVERE\_WARNING,2    | Syslog Critical  |
| MILD\_ERROR,3        | Syslog Error     |
| MILD\_WARNING,4      | Syslog Warn      |
| NOTICE,5             | Syslog Notice    |
| INFORMATION,6        | Syslog Info      |
| DEBUG,7              | Syslog Debug     |
