quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Beef up logging in app-ng api handlers #189

Open appleby opened 4 years ago

appleby commented 4 years ago

The current qvm-app-ng handlers are only logging the basic hunchentoot access logs, which are not very informative since the do not include info from the JSON request and all RPC methods are served from the site root.

At a minimum, add logging of the following info to match qvm-app "classic":