logging.rst 558 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _rest_api_logging:
  2. Logging settings
  3. ================
  4. Allows access to GeoServer's logging settings.
  5. ``/logging[.<format>]``
  6. -----------------------
  7. Controls logging settings.
  8. .. list-table::
  9. :header-rows: 1
  10. * - Method
  11. - Action
  12. - Status code
  13. - Formats
  14. - Default Format
  15. * - GET
  16. - List logging settings
  17. - 200
  18. - HTML, XML, JSON
  19. - HTML
  20. * - POST
  21. -
  22. - 405
  23. -
  24. -
  25. * - PUT
  26. - Update logging settings
  27. - 200
  28. - XML, JSON
  29. -
  30. * - DELETE
  31. -
  32. - 405
  33. -
  34. -