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
Currently the client creates its own Python logger that writes to standard out. But a user may want to provide a logger that writes to a consolidated log file - in order to support such cases, the SlideRule Python client should support the user being able to supply their own log handler, in which case, the log handler used by SlideRule should be replaced with the user one.
The text was updated successfully, but these errors were encountered:
Currently the client creates its own Python logger that writes to standard out. But a user may want to provide a logger that writes to a consolidated log file - in order to support such cases, the SlideRule Python client should support the user being able to supply their own log handler, in which case, the log handler used by SlideRule should be replaced with the user one.
The text was updated successfully, but these errors were encountered: