Reading the Template Debug Logs

Each Analytics Templated App Poller log contains multiple log lines generated from different log events.

Multiple logs are written out during the templated app lifecycle of create, reset, or upgrade, usually 3–4 separate logs containing different details from the processing. Each log is a Analytics Templated App Poller log.

Each log entry has a 2-MB limit controlled by org limits and is truncated when the limit is exceeded.

Note

The Analytics Templated App Poller log includes these details.

Log LevelApex Log EventDetailsExample Log Line
InfoWAVE_APP_LIFECYCLEThe app action, app lifecycle phase, app id, and app name.`14:04:00.399 (51399277642)​
ErrorTEMPLATE_PROCESSING_ERRORDisplays any template processing errors.`13:06:42.63 (2341994782)​
FineAPP_CONTAINER_INITIATEDThe template values and variables.`14:01:55.50 (15050452403)​
FineTEMPLATED_ASSETThe app asset status, which is created, updated, or deleted.`14:03:24.627 (15627342211)​
FineTRANSFORMATION_SUMMARYThe template asset name and type being transformed to an app asset.`14:03:25.684 (16692521613)​
FineRULES_EXECUTION_SUMMARYThe rule name, appliesTo types, actions, and any conditions.`14:03:15.266 (7081461905)​
FineASSET_DIFF_SUMMARYThe summary of differences for an asset on an app reset or upgrade.`15:09:24.682 (9748463760)​
FineJSON_DIFF_SUMMARYThe summary of differences for JSON on an app reset or upgrade.`15:09:21.493 (6865203874)​
FinerRULES_EXECUTION_DETAILThe rule results for each action of a rule.`14:03:35.872 (26905199214)​
FinestJSON_DIFF_DETAILThe detailed difference for JSON on an app upgrade or reset.`15:09:24.682 (9729246304)​

Setting the Wave category log level to Finest includes all the log events in the log file.

Example 

A sample Analytics Templated App Poller log file: Sample templated app debug log file

The templated app debug log files are also visible via the Salesforce Dev Console after the debug trace flags are created.

Note