...
Code Block |
---|
|
$ curl http://localhost:8080/manage/loggers -i -X GET
$ curl http://localhost:8080/manage/loggers/org.onap.cps -i -X GET |
Updating log level information:
Code Block |
---|
language | bash | theme | Midnight |
---|
|
$ curl http://localhost:8080/manage/loggers/org.onap.cps -i -X GET
POST -H 'Content-Type: application/json' -d '{"configuredLevel": "DEBUG"}' |
Resetting log level:
Code Block |
---|
|
$ curl http://localhost:8080/manage/loggers/org.onap.cps -i -X GET |
...
POST -H 'Content-Type: application/json' -d '{}' |
Resources
Documentation:
Tutorials: