Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ 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
languagebashthemeMidnight
$ curl http://localhost:8080/manage/loggers/org.onap.cps -i -X POST -H 'Content-Type: application/json' -d '{"configuredLevel": "DEBUG"}'

Resetting log level:

Code Block
languagebash
 GET
$ curl http://localhost:8080/manage/loggers/org.onap.cps -i -X GET

...

 POST -H 'Content-Type: application/json' -d '{}'

Resources

Documentation:

Tutorials: