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
When developing smart contracts in NEAR, log messages are one of the most used tools to help debug the code. Currently, logs need to be manually accessed, which sort of defies the purpose of logging while debugging.
User Story
As a user, I want to see all the logs that I created on my contracts, since I explicitly added them on my code to help me in the debug process.
Acceptance Criteria
Either: logs are logged by default in the console
Either: there is an option within the tests to show all logs
Resources & Additional Notes
No response
Priority
🟠 P1 : High
The text was updated successfully, but these errors were encountered:
gagdiez
changed the title
[Task] Show all logs in the console by default
[Task] Show all logs in the console
Nov 21, 2024
gagdiez
changed the title
[Task] Show all logs in the console
[Task] Option to show all logs in the console
Nov 21, 2024
Background
When developing smart contracts in NEAR, log messages are one of the most used tools to help debug the code. Currently, logs need to be manually accessed, which sort of defies the purpose of logging while debugging.
User Story
As a user, I want to see all the logs that I created on my contracts, since I explicitly added them on my code to help me in the debug process.
Acceptance Criteria
Resources & Additional Notes
No response
Priority
🟠 P1 : High
The text was updated successfully, but these errors were encountered: