GET /rest/system/debug

New in version 0.12.0.

Returns the set of debug facilities and which of them are currently enabled.

  1. {
  2. "enabled": [
  3. "beacon"
  4. ],
  5. "facilities": {
  6. "beacon": "Multicast and broadcast discovery",
  7. "config": "Configuration loading and saving",
  8. "connections": "Connection handling",
  9. "db": "The database layer",
  10. "dialer": "Dialing connections",
  11. "discover": "Remote device discovery",
  12. "events": "Event generation and logging",
  13. "http": "REST API",
  14. "main": "Main package",
  15. "model": "The root hub",
  16. "protocol": "The BEP protocol",
  17. "relay": "Relay connection handling",
  18. "scanner": "File change detection and hashing",
  19. "stats": "Persistent device and folder statistics",
  20. "sync": "Mutexes",
  21. "upgrade": "Binary upgrades",
  22. "upnp": "UPnP discovery and port mapping",
  23. "versioner": "File versioning"
  24. }
  25. }