mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Feature: Add RequestLogExpirationDuration and MaxRequestLogCount #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StefH on GitHub (Aug 14, 2017).
Originally assigned to: @StefH on GitHub.
RequestLogExpirationDuration is a (nullable) integer which defines in hours the time
MaxRequestLogCount is a (nullable) integer which defines the maximum number of requests to keep using LIFO design
Both settings should be exposed in the stand-alone console app.