Set Logger State
Set logger state.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/1/services/api/1/server/set-logger-state.json |
Response Formats
|
JSON |
Required Role
|
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
logger
|
String
|
Logger to update
|
|
level
|
String
|
State to set for logger
|
Example
GET .../api/1/services/api/1/server/set-logger-state.json?logger=org.craftercms.studio.impl.v1.service.content.ContentServiceImpl&level=debug
1 { }
Response
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|