Add sandbox configuration #32
Labels
Component: Logging
Issue/PR that addresses logging functionality
good first issue
Good for newcomers
hacktoberfest
Issues suitable for hacktoberfest
Description
Implement configurable logging in the
start_sandbox
function of the sandbox decorator. Currently, the logging is hardcoded, which limits flexibility for users who may want to adjust log levels or output formats based on their specific needs.Context
The
start_sandbox
function initialises the service and sends requests through the client. Having configurable logging for this function would allow users to:This enhancement would improve the usability and flexibility of our sandbox environment, especially for users who are debugging or integrating our tool into their workflows.
Possible Implementation
logging_config
parameter to thestart_sandbox
function.logging.config
module to apply the configuration.Possible Alternatives
The text was updated successfully, but these errors were encountered: