
Below are the trace levels that are exist in the SAP HANA database.
| TRACE LEVEL | TRACE LEVEL LONG | DESCRIPTION |
|---|---|---|
| D | fulldebug | Internal SAP HANA trace level that is used for SAP internal unit-tests and at very specific locations to provide additional information in context of errors neither possible nor useful to manually adjust tracing with this level. |
| d | debug | Debugging information usually not activated per default. |
| i | info | Information e.g. about database actions like startup steps or log switches. |
| w | warning | Warning about not highly critical misconfigurations and problems. |
| e | error | Potentially critical problems. |
| f | fatal | Highly critical problems. |
| none | No tracing |


