log Level
Changes the default log level for library classes, such as the HTTP client. Default value, by order of precedence:
DEVELOCITY_API_LOG_LEVEL
environment variableorg.slf4j.simpleLogger.defaultLogLevel
system property"off"
Possible values:
"off" (default)
"error"
"warn"
"info"
"debug" (logs HTTP traffic: URLs and status codes only)
"trace" (logs HTTP traffic: full request and response including body, excluding authorization header)