Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Rest request logging #4397

benprim ·

Dear all,

Is there a way to log all rest calls to a log file ? so we can analyze rate/request content/endpoints/ etc ?

  • replies 2
  • views 952
  • stars 1
robinshen ADMIN ·

Please edit /conf/jetty.xml to uncomment handlers section, then restart QB server. After that, all urls accessed with be printed to the specified request log file, and you can then analyze all urls starting with /rest/

benprim ·

Awesome !
Thanks Robin :)