Hi All,
Is there a way to write verbose logs of incoming requests and outgoing responses to consumers to a file using java logger library?
currently the verbose logs can be resulted to a file via standard output like java -jar > log.txt but when the log is archived and deleted the wiretmock needs to be restarted to get the new log file.
.notifier(new ConsoleNotifier(true)) < how to integrate this with a logger library?
Thank you!