- specifics of slow queries- low space for cache storage- code blocks with slow calculation- reasons for failed authentication- details of failed validations- details of unexpected response from server-to-server web API call- missed configuration properties- cases of "file not found"- query resulted in too many records or no records- etc.
Trace Level |
Information included in the trace log file |
>= 1000 |
Object instance creation data. |
>= 1001 |
All of the above, plus object instance release data and total instance time. |
>= 1002...1004 |
All of the above, plus high-level application-specific tracing. Trace level 1002 specifies the subject of object instance. |
>= 1005 |
All of the above, plus more detailed object initiation events. |
>= 1006...1008 |
All of the above, plus more detailed application-specific tracing. |
>= 1010 |
All of the above, plus events from the aaSQLSession class. |
>= 1020 |
All of the above, plus events from the aaWeb class. |
>= 1030 |
All of the above, plus events from the aaHTML class. |
>= 1040 |
All of the above, plus events from the aaXML/JSON class. |
>= 1100 |
All of the above, plus events from the aaSystem class. |
>= 1200 |
All of the above, plus detailed application-specific events, which usually include significant amount of data from custom applications. |
>= 1300 |
All of the above, plus detailed framework-specific events, which usually include significant amount of data. |
>= 1330 |
All of the above, plus local cursor queries. |
>= 1350 and <= 1399 |
All of the above, plus detailed application-specific events, which usually include significant amount of data into the trace. |
>= 1400 |
All of the above, plus more detailed framework-specific events, with large amount of data and call stack events |
>= 1500 |
All of the above, plus cursor content created by methods of the aaSQLSession class, when this cursor contains only one record |
>= 2000 and <= 2999 |
All of the above plus detailed application-specific events with the highest level of detail and large amount of data. |
>= 3000 and <= 3999 |
All of the above plus detailed framework-specific events with the highest level of detail and large amount of data. |
3010 |
All of the above plus cursor content created by methods of the aaSQLSession class. |