RESTest icon indicating copy to clipboard operation
RESTest copied to clipboard

Improve RESTest logging to external files

Open AML14 opened this issue 5 years ago • 0 comments

Right now, we log everything to a single file. This is not scalable, since we'll eventually end up with a file of hundreds of MBs.

Alternative: include property in configuration file to log everything to external files. Each file should have a maximum size. I think libraries like SFL4J allow for this behavior, look it up.

AML14 avatar Dec 12 '20 15:12 AML14