pub fn setup_from_env()Expand description
Setup logging from environment variables
Reads COMPOSIO_LOGGING_LEVEL and COMPOSIO_LOG_VERBOSITY from environment.
ยงExamples
use composio_sdk::logging::setup_from_env;
// Reads COMPOSIO_LOGGING_LEVEL=debug
setup_from_env();