Troubleshooting logging and tracing¶
If you’re not seeing data, but know that your handler code is emitting log messages and trace event data, begin to troubleshoot the issue by confirming the following:
The LOG_LEVEL or TRACE_LEVEL is set to a value that allows data to be recorded.
For more information, refer to Setting log level and Setting trace level.
Your account has an active event table and that the table is the one you’re checking for data.
For more information on setting up an event table, refer to Setting up an event table.
The event table has not been truncated.
For more information, refer to TRUNCATE TABLE.