Hi all, sorry for beginner question: with the st...
# help
c
Hi all, sorry for beginner question: with the standalone recorder __admin/recorder I can just specify a url and record. This is so cool. The recordings are only generated in mappings/. Is it possible to start the server so that it extracts body content in __files?
t
At the moment it’s not possible to do this automatically - recorded bodies are always inline. I’ve been thinking it would be good to add a feature to help with this, whereby you can set a size threshold and bodies above that size will be moved out to __files.
👍 1
You could write a
StubLifecycleListener
to do this yourself if you felt sufficiently motivated.
👍 1
c
Good to know, thanks for the quick reply.
t
No probs