You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When using the docker container configuration for detailed match failures is ignored
What you are trying to do
I tried to disable detailed match failures
MockServer version
5.15.0
To Reproduce
When running docker run --rm -it -e MOCKSERVER_DETAILED_MATCH_FAILURES=false -p 1080:1080 mockserver/mockserver:mockserver-5.15.0
match details are still shown. I also tried to map a mockserver.properties file to /config
Expected behaviour
no details should be shown
MockServer Log
2024-07-12 15:07:10 5.15.0 INFO Reading properties from property file [/config/mockserver.properties]:
mockserver.initializationJsonPath = /config/expectations/*.json
mockserver.detailedMatchFailures = false
2024-07-12 15:07:10 5.15.0 INFO using environment variables:
[
SERVER_PORT=1080,
MOCKSERVER_DETAILED_MATCH_FAILURES=false
]
and system properties:
[
mockserver.propertyFile=/config/mockserver.properties
]
and command line options:
[
]
2024-07-12 15:07:10 5.15.0 INFO loading JSON initialization file:
/config/expectations/1.json
Describe the issue
When using the docker container configuration for detailed match failures is ignored
What you are trying to do
I tried to disable detailed match failures
MockServer version
5.15.0
To Reproduce
When running
docker run --rm -it -e MOCKSERVER_DETAILED_MATCH_FAILURES=false -p 1080:1080 mockserver/mockserver:mockserver-5.15.0
match details are still shown. I also tried to map a mockserver.properties file to /config
Expected behaviour
no details should be shown
MockServer Log
The text was updated successfully, but these errors were encountered: