You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
In order to filter swap logs, the prefix of swap logs has to be refactored
currently swap logs are prefixed with
swap-logs "*"
This creates a conflict when searching such logs.
as @skylenet mentioned we should change the logs to use actions instead of a generic prefix.
For now I would prefer to just tag your log line like: swap.{action} e.g. swap.contractDeployed addr=1234 owner=4123. You can then easily filter the logs by those tags.
The text was updated successfully, but these errors were encountered:
In order to filter swap logs, the prefix of swap logs has to be refactored
currently swap logs are prefixed with
This creates a conflict when searching such logs.
as @skylenet mentioned we should change the logs to use actions instead of a generic prefix.
The text was updated successfully, but these errors were encountered: