đ Event Logs
Every event log is a structured data stored in Sentio. Users can submit it from Sentio Processor as described in logs-in-processor
Log Levels
Sentio allows users to submit and search for logs. Logs naturally have 5 levels:
- DEBUG
- INFO
- WARNING
- ERROR
- CRITICAL
System Labels
Sentio also attach system labels automatically to the log, including:
- Contract
- Address
- Chain
Event Analytics
Follow event-analytics-dashboardto learn how to visualize Events.
Filter Event Logs on UI
Using the menu on the left hand side, users can filter the log based on #log-levelsand #system-labels. The Labels selection is standard faceted search filters.
- Click a label switch between All and Only
- Click the checkbox exclude a label
Full Text Search
We support full-text search on logs. If you want to search all the SWAP USDC:
Search with conditions
Term
Let's find all the logs with a given poolName
Range
Let's find all the logs with amount between 1000 to 10000.
Composite conditions
The conditions are composable
Updated 5 months ago