SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
25 stars 11 forks source link

Support a user provided logger in the SlideRule client #377

Open jpswinski opened 4 months ago

jpswinski commented 4 months ago

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.