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
We should add multiple debug logs to help the developers to debug users problems.
Some debug logs that could be added:
log requests and responses
log contract initialization
log ape actions
framework args serialization
input and output of osiris des/serialization
This should be done using the logging module and we should create a utility function that can easily be added to start the log level of the library like:
fromgiza.agents.utilsimportdebug_logging# This should make logging to show all the DEBUG and INFO logsdebug_logging()
The text was updated successfully, but these errors were encountered:
We should add multiple debug logs to help the developers to debug users problems.
Some debug logs that could be added:
This should be done using the logging module and we should create a utility function that can easily be added to start the log level of the library like:
The text was updated successfully, but these errors were encountered: