Skip logging of health check requests

This commit is contained in:
PB
2022-12-02 21:51:51 +01:00
parent 6f7fdad944
commit ec4164a9e2
2 changed files with 8 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ ARG SVC_NAME
ARG SVC_VER
LABEL dev.egommerce.image.author="Piotr Biernat"
LABEL dev.egommerce.image.service="identity-svc"
LABEL dev.egommerce.image.vendor="Egommerce"
LABEL dev.egommerce.image.service=${SVC_NAME}
LABEL dev.egommerce.image.version=${SVC_VER}